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

models.dax-2017-04-19-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "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" : [ "describeClusters", "describeDefaultParameters", "describeEvents", "describeParameterGroups", "describeSubnetGroups" ]
  },
  "metadata" : {
    "apiVersion" : "2017-04-19",
    "asyncBuilder" : "DefaultDaxAsyncClientBuilder",
    "asyncBuilderInterface" : "DaxAsyncClientBuilder",
    "asyncClient" : "DefaultDaxAsyncClient",
    "asyncInterface" : "DaxAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultDaxBaseClientBuilder",
    "baseBuilderInterface" : "DaxBaseClientBuilder",
    "baseExceptionName" : "DaxException",
    "baseRequestName" : "DaxRequest",
    "baseResponseName" : "DaxResponse",
    "cborProtocol" : false,
    "clientPackageName" : "dax",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon DAX",
    "documentation" : "

DAX is a managed caching service engineered for Amazon DynamoDB. DAX dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so applications can access that data with sub-millisecond latency. You can create a DAX cluster easily, using the AWS Management Console. With a few simple modifications to your code, your application can begin taking advantage of the DAX cluster and realize significant improvements in read performance.

", "endpointPrefix" : "dax", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.dax", "fullModelPackageName" : "software.amazon.awssdk.services.dax.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.dax.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.dax.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.dax.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "dax.model", "paginatorsPackageName" : "dax.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "dax.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "DAX", "serviceName" : "Dax", "signingName" : "dax", "syncBuilder" : "DefaultDaxClientBuilder", "syncBuilderInterface" : "DaxClientBuilder", "syncClient" : "DefaultDaxClient", "syncInterface" : "DaxClient", "transformPackageName" : "dax.transform", "uid" : "dax-2017-04-19", "xmlProtocol" : false }, "operations" : { "CreateCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.

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

You already have a DAX cluster with the given identifier.

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

The requested DAX cluster is not in the available state.

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

There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).

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

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

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

One or more parameters in a parameter group are in an invalid state.

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

The specified parameter group does not exist.

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

You have attempted to exceed the maximum number of DAX clusters for your AWS account.

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

You have attempted to exceed the maximum number of nodes for a DAX cluster.

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

You have attempted to exceed the maximum number of nodes for your AWS account.

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

The VPC network is in an invalid state.

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

You have exceeded the maximum number of tags for this DAX cluster.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateClusterRequest", "variableName" : "createClusterRequest", "variableType" : "CreateClusterRequest", "documentation" : "", "simpleType" : "CreateClusterRequest", "variableSetterType" : "CreateClusterRequest" }, "methodName" : "createCluster", "operationName" : "CreateCluster", "paginated" : false, "returnType" : { "returnType" : "CreateClusterResponse", "documentation" : null }, "syncReturnType" : "CreateClusterResponse" }, "CreateParameterGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.

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

You have attempted to exceed the maximum number of parameter groups.

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

The specified parameter group already exists.

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

One or more parameters in a parameter group are in an invalid state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateParameterGroupRequest", "variableName" : "createParameterGroupRequest", "variableType" : "CreateParameterGroupRequest", "documentation" : "", "simpleType" : "CreateParameterGroupRequest", "variableSetterType" : "CreateParameterGroupRequest" }, "methodName" : "createParameterGroup", "operationName" : "CreateParameterGroup", "paginated" : false, "returnType" : { "returnType" : "CreateParameterGroupResponse", "documentation" : null }, "syncReturnType" : "CreateParameterGroupResponse" }, "CreateSubnetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new subnet group.

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

The specified subnet group already exists.

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

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

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

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

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

An invalid subnet identifier was specified.

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSubnetGroupRequest", "variableName" : "createSubnetGroupRequest", "variableType" : "CreateSubnetGroupRequest", "documentation" : "", "simpleType" : "CreateSubnetGroupRequest", "variableSetterType" : "CreateSubnetGroupRequest" }, "methodName" : "createSubnetGroup", "operationName" : "CreateSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "CreateSubnetGroupResponse", "documentation" : null }, "syncReturnType" : "CreateSubnetGroupResponse" }, "DecreaseReplicationFactor" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes one or more nodes from a DAX cluster.

You cannot use DecreaseReplicationFactor to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster instead.

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

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

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

None of the nodes in the cluster have the given node ID.

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

The requested DAX cluster is not in the available state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DecreaseReplicationFactorRequest", "variableName" : "decreaseReplicationFactorRequest", "variableType" : "DecreaseReplicationFactorRequest", "documentation" : "", "simpleType" : "DecreaseReplicationFactorRequest", "variableSetterType" : "DecreaseReplicationFactorRequest" }, "methodName" : "decreaseReplicationFactor", "operationName" : "DecreaseReplicationFactor", "paginated" : false, "returnType" : { "returnType" : "DecreaseReplicationFactorResponse", "documentation" : null }, "syncReturnType" : "DecreaseReplicationFactorResponse" }, "DeleteCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.

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

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

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

The requested DAX cluster is not in the available state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteClusterRequest", "variableName" : "deleteClusterRequest", "variableType" : "DeleteClusterRequest", "documentation" : "", "simpleType" : "DeleteClusterRequest", "variableSetterType" : "DeleteClusterRequest" }, "methodName" : "deleteCluster", "operationName" : "DeleteCluster", "paginated" : false, "returnType" : { "returnType" : "DeleteClusterResponse", "documentation" : null }, "syncReturnType" : "DeleteClusterResponse" }, "DeleteParameterGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

One or more parameters in a parameter group are in an invalid state.

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

The specified parameter group does not exist.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteParameterGroupRequest", "variableName" : "deleteParameterGroupRequest", "variableType" : "DeleteParameterGroupRequest", "documentation" : "", "simpleType" : "DeleteParameterGroupRequest", "variableSetterType" : "DeleteParameterGroupRequest" }, "methodName" : "deleteParameterGroup", "operationName" : "DeleteParameterGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteParameterGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteParameterGroupResponse" }, "DeleteSubnetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a subnet group.

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

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

The specified subnet group is currently in use.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSubnetGroupRequest", "variableName" : "deleteSubnetGroupRequest", "variableType" : "DeleteSubnetGroupRequest", "documentation" : "", "simpleType" : "DeleteSubnetGroupRequest", "variableSetterType" : "DeleteSubnetGroupRequest" }, "methodName" : "deleteSubnetGroup", "operationName" : "DeleteSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteSubnetGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteSubnetGroupResponse" }, "DescribeClusters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.

If the cluster is in the DELETING state, only cluster level information will be displayed.

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

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

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

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

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeClustersRequest", "variableName" : "describeClustersRequest", "variableType" : "DescribeClustersRequest", "documentation" : "", "simpleType" : "DescribeClustersRequest", "variableSetterType" : "DescribeClustersRequest" }, "methodName" : "describeClusters", "operationName" : "DescribeClusters", "paginated" : false, "returnType" : { "returnType" : "DescribeClustersResponse", "documentation" : null }, "syncReturnType" : "DescribeClustersResponse" }, "DescribeDefaultParameters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the default system parameter information for the DAX caching software.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeDefaultParametersRequest", "variableName" : "describeDefaultParametersRequest", "variableType" : "DescribeDefaultParametersRequest", "documentation" : "", "simpleType" : "DescribeDefaultParametersRequest", "variableSetterType" : "DescribeDefaultParametersRequest" }, "methodName" : "describeDefaultParameters", "operationName" : "DescribeDefaultParameters", "paginated" : false, "returnType" : { "returnType" : "DescribeDefaultParametersResponse", "documentation" : null }, "syncReturnType" : "DescribeDefaultParametersResponse" }, "DescribeEvents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEventsRequest", "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "documentation" : "", "simpleType" : "DescribeEventsRequest", "variableSetterType" : "DescribeEventsRequest" }, "methodName" : "describeEvents", "operationName" : "DescribeEvents", "paginated" : false, "returnType" : { "returnType" : "DescribeEventsResponse", "documentation" : null }, "syncReturnType" : "DescribeEventsResponse" }, "DescribeParameterGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

The specified parameter group does not exist.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeParameterGroupsRequest", "variableName" : "describeParameterGroupsRequest", "variableType" : "DescribeParameterGroupsRequest", "documentation" : "", "simpleType" : "DescribeParameterGroupsRequest", "variableSetterType" : "DescribeParameterGroupsRequest" }, "methodName" : "describeParameterGroups", "operationName" : "DescribeParameterGroups", "paginated" : false, "returnType" : { "returnType" : "DescribeParameterGroupsResponse", "documentation" : null }, "syncReturnType" : "DescribeParameterGroupsResponse" }, "DescribeParameters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the detailed parameter list for a particular parameter group.

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

The specified parameter group does not exist.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeParametersRequest", "variableName" : "describeParametersRequest", "variableType" : "DescribeParametersRequest", "documentation" : "", "simpleType" : "DescribeParametersRequest", "variableSetterType" : "DescribeParametersRequest" }, "methodName" : "describeParameters", "operationName" : "DescribeParameters", "paginated" : false, "returnType" : { "returnType" : "DescribeParametersResponse", "documentation" : null }, "syncReturnType" : "DescribeParametersResponse" }, "DescribeSubnetGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.

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

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

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSubnetGroupsRequest", "variableName" : "describeSubnetGroupsRequest", "variableType" : "DescribeSubnetGroupsRequest", "documentation" : "", "simpleType" : "DescribeSubnetGroupsRequest", "variableSetterType" : "DescribeSubnetGroupsRequest" }, "methodName" : "describeSubnetGroups", "operationName" : "DescribeSubnetGroups", "paginated" : false, "returnType" : { "returnType" : "DescribeSubnetGroupsResponse", "documentation" : null }, "syncReturnType" : "DescribeSubnetGroupsResponse" }, "IncreaseReplicationFactor" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds one or more nodes to a DAX cluster.

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

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

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

The requested DAX cluster is not in the available state.

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

There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).

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

The VPC network is in an invalid state.

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

You have attempted to exceed the maximum number of nodes for a DAX cluster.

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

You have attempted to exceed the maximum number of nodes for your AWS account.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "IncreaseReplicationFactorRequest", "variableName" : "increaseReplicationFactorRequest", "variableType" : "IncreaseReplicationFactorRequest", "documentation" : "", "simpleType" : "IncreaseReplicationFactorRequest", "variableSetterType" : "IncreaseReplicationFactorRequest" }, "methodName" : "increaseReplicationFactor", "operationName" : "IncreaseReplicationFactor", "paginated" : false, "returnType" : { "returnType" : "IncreaseReplicationFactorResponse", "documentation" : null }, "syncReturnType" : "IncreaseReplicationFactorResponse" }, "ListTags" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List all of the tags for a DAX cluster. You can call ListTags up to 10 times per second, per account.

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

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

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

The Amazon Resource Name (ARN) supplied in the request is not valid.

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

The requested DAX cluster is not in the available state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsRequest", "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "documentation" : "", "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "methodName" : "listTags", "operationName" : "ListTags", "paginated" : false, "returnType" : { "returnType" : "ListTagsResponse", "documentation" : null }, "syncReturnType" : "ListTagsResponse" }, "RebootNode" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.

RebootNode restarts the DAX engine process and does not remove the contents of the cache.

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

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

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

None of the nodes in the cluster have the given node ID.

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

The requested DAX cluster is not in the available state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RebootNodeRequest", "variableName" : "rebootNodeRequest", "variableType" : "RebootNodeRequest", "documentation" : "", "simpleType" : "RebootNodeRequest", "variableSetterType" : "RebootNodeRequest" }, "methodName" : "rebootNode", "operationName" : "RebootNode", "paginated" : false, "returnType" : { "returnType" : "RebootNodeResponse", "documentation" : null }, "syncReturnType" : "RebootNodeResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Associates a set of tags with a DAX resource. You can call TagResource up to 5 times per second, per account.

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

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

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

You have exceeded the maximum number of tags for this DAX cluster.

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

The Amazon Resource Name (ARN) supplied in the request is not valid.

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

The requested DAX cluster is not in the available state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "methodName" : "tagResource", "operationName" : "TagResource", "paginated" : false, "returnType" : { "returnType" : "TagResourceResponse", "documentation" : null }, "syncReturnType" : "TagResourceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the association of tags from a DAX resource. You can call UntagResource up to 5 times per second, per account.

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

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

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

The Amazon Resource Name (ARN) supplied in the request is not valid.

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

The tag does not exist.

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

The requested DAX cluster is not in the available state.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : null }, "syncReturnType" : "UntagResourceResponse" }, "UpdateCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

The requested DAX cluster is not in the available state.

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

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

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

One or more parameters in a parameter group are in an invalid state.

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

The specified parameter group does not exist.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateClusterRequest", "variableName" : "updateClusterRequest", "variableType" : "UpdateClusterRequest", "documentation" : "", "simpleType" : "UpdateClusterRequest", "variableSetterType" : "UpdateClusterRequest" }, "methodName" : "updateCluster", "operationName" : "UpdateCluster", "paginated" : false, "returnType" : { "returnType" : "UpdateClusterResponse", "documentation" : null }, "syncReturnType" : "UpdateClusterResponse" }, "UpdateParameterGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the parameters of a 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" : "InvalidParameterGroupStateException", "documentation" : "

One or more parameters in a parameter group are in an invalid state.

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

The specified parameter group does not exist.

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

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

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

The value for a parameter is invalid.

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

Two or more incompatible parameters were specified.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateParameterGroupRequest", "variableName" : "updateParameterGroupRequest", "variableType" : "UpdateParameterGroupRequest", "documentation" : "", "simpleType" : "UpdateParameterGroupRequest", "variableSetterType" : "UpdateParameterGroupRequest" }, "methodName" : "updateParameterGroup", "operationName" : "UpdateParameterGroup", "paginated" : false, "returnType" : { "returnType" : "UpdateParameterGroupResponse", "documentation" : null }, "syncReturnType" : "UpdateParameterGroupResponse" }, "UpdateSubnetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies an existing subnet group.

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

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

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

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

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

The requested subnet is being used by another subnet group.

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

An invalid subnet identifier was specified.

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

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

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateSubnetGroupRequest", "variableName" : "updateSubnetGroupRequest", "variableType" : "UpdateSubnetGroupRequest", "documentation" : "", "simpleType" : "UpdateSubnetGroupRequest", "variableSetterType" : "UpdateSubnetGroupRequest" }, "methodName" : "updateSubnetGroup", "operationName" : "UpdateSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "UpdateSubnetGroupResponse", "documentation" : null }, "syncReturnType" : "UpdateSubnetGroupResponse" } }, "shapes" : { "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, "xmlNamespace" : null }, "Cluster" : { "c2jName" : "Cluster", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains all of the attributes of a specific DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the DAX 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the DAX cluster.

\n@return The name of the DAX cluster.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the DAX cluster.

\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

The name of the DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

The name of the DAX cluster.

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

The name of the DAX cluster.

\n@return The name of the DAX 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

The name of the DAX cluster.

\n@param clusterName The name of the DAX cluster.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

The name of the DAX cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

The description of the cluster.

\n@return The description of the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the cluster.

\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the cluster.

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

The description of the cluster.

\n@return The description 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" : "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 cluster.

\n@param description The description of the cluster.", "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 cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterArn", "beanStyleSetterMethodName" : "setClusterArn", "c2jName" : "ClusterArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that uniquely identifies 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 #clusterArn(String)}.\n@param clusterArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

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

\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@deprecated Use {@link #clusterArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterArn(String)}\n", "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterArn", "fluentSetterDocumentation" : "

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

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

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

\n@return The Amazon Resource Name (ARN) that uniquely identifies 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" : "ClusterArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterArn", "sensitive" : false, "setterDocumentation" : "

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

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalNodes", "beanStyleSetterMethodName" : "setTotalNodes", "c2jName" : "TotalNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The total number of nodes 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 #totalNodes(Integer)}.\n@param totalNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalNodes(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The total number of nodes in the cluster.

\n@return The total number of nodes in the cluster.\n@deprecated Use {@link #totalNodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNodes(Integer)}\n", "documentation" : "

The total number of nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalNodes", "fluentSetterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalNodes", "getterDocumentation" : "

The total number of nodes in the cluster.

\n@return The total number of nodes 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" : "TotalNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TotalNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalNodes", "sensitive" : false, "setterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.", "setterMethodName" : "setTotalNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalNodes", "variableType" : "Integer", "documentation" : "

The total number of nodes in the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveNodes", "beanStyleSetterMethodName" : "setActiveNodes", "c2jName" : "ActiveNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

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

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@deprecated Use {@link #activeNodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeNodes(Integer)}\n", "documentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeNodes", "fluentSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeNodes", "getterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ActiveNodes", "sensitive" : false, "setterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).", "setterMethodName" : "setActiveNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "activeNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "activeNodes", "variableType" : "Integer", "documentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

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

The current status 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current status of the cluster.

\n@return The current status of the cluster.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current status of the cluster.

\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The current status of the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the cluster.

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

The current status of the cluster.

\n@return The current status 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" : "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 status of the cluster.

\n@param status The current status of the cluster.", "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 status of the cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterDiscoveryEndpoint", "beanStyleSetterMethodName" : "setClusterDiscoveryEndpoint", "c2jName" : "ClusterDiscoveryEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\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 #clusterDiscoveryEndpoint(Endpoint)}.\n@param clusterDiscoveryEndpoint 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 #clusterDiscoveryEndpoint(Endpoint)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #clusterDiscoveryEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterDiscoveryEndpoint(Endpoint)}\n", "documentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterDiscoveryEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterDiscoveryEndpoint", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterDiscoveryEndpoint", "fluentSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterDiscoveryEndpoint", "getterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "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" : "ClusterDiscoveryEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterDiscoveryEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ClusterDiscoveryEndpoint", "sensitive" : false, "setterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "setterMethodName" : "setClusterDiscoveryEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "clusterDiscoveryEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "clusterDiscoveryEndpoint", "variableType" : "Endpoint", "documentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToRemove", "beanStyleSetterMethodName" : "setNodeIdsToRemove", "c2jName" : "NodeIdsToRemove", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of nodes to be removed 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 #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n

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

\n

\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

\n@return A list of nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n", "documentation" : "

A list of nodes to be removed from the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToRemove", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToRemove", "fluentSetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToRemove", "getterDocumentation" : "

A list of nodes to be removed from the cluster.

\n

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

\n

\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

\n@return A list of nodes to be removed 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" : "NodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToRemove", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.", "setterMethodName" : "setNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

A list of nodes to be removed from the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodes", "beanStyleSetterMethodName" : "setNodes", "c2jName" : "Nodes", "c2jShape" : "NodeList", "defaultConsumerFluentSetterDocumentation" : "

A list of nodes that are currently in 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 #nodes(List)}.\n@param nodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n

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

\n

\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n

\n@return A list of nodes that are currently in the cluster.\n@deprecated Use {@link #nodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodes(List)}\n", "documentation" : "

A list of nodes that are currently in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Nodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodes", "fluentSetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodes", "getterDocumentation" : "

A list of nodes that are currently in the cluster.

\n

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

\n

\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n

\n@return A list of nodes that are currently in 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" : "Nodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Nodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Node", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Node.Builder} avoiding the need to create one manually via {@link Node#builder()}.\n\nWhen the {@link Consumer} completes, {@link Node.Builder#build()} is called immediately and its result is passed to {@link #member(Node)}.\n@param member a consumer that will call methods on {@link Node.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Node)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Node)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Node", "documentation" : 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" : "Node", "variableName" : "member", "variableType" : "Node", "documentation" : null, "simpleType" : "Node", "variableSetterType" : "Node" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Node", "variableName" : "member", "variableType" : "Node", "documentation" : "", "simpleType" : "Node", "variableSetterType" : "Node" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Node", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Node", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Nodes", "sensitive" : false, "setterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.", "setterMethodName" : "setNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodes", "variableType" : "java.util.List", "documentation" : "

A list of nodes that are currently in the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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" : "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" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationConfiguration", "beanStyleSetterMethodName" : "setNotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@deprecated Use {@link #notificationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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.\n@deprecated Use {@link #notificationConfiguration(NotificationConfiguration)}\n", "documentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationConfiguration", "fluentSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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 DAX events to subscribers using Amazon Simple Notification Service (SNS).

\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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 DAX 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 DAX events to subscribers using Amazon Simple Notification Service (SNS).

", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The subnet group where the DAX cluster is running.

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

The subnet group where the DAX cluster is running.

\n@return The subnet group where the DAX cluster is running.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(String)}\n", "documentation" : "

The subnet group where the DAX cluster is running.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@return The subnet group where the DAX cluster is running.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroup", "variableType" : "String", "documentation" : "

The subnet group where the DAX cluster is running.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n

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

\n

\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

\n@return A list of security groups, and the status of each, for the nodes in the cluster.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n

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

\n

\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

\n@return A list of security groups, and the status of each, for the nodes in 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SecurityGroupMembership)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "xmlAttribute" : false, "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 security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in 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 security groups, and the status of each, for the nodes in the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamRoleArn", "beanStyleSetterMethodName" : "setIamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

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

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n", "documentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleArn", "fluentSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleArn", "getterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamRoleArn", "sensitive" : false, "setterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "setterMethodName" : "setIamRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroupStatus", "defaultConsumerFluentSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

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

The parameter group being used by nodes in the cluster.

\n@return The parameter group being used by nodes in the cluster.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroupStatus)}\n", "documentation" : "

The parameter group being used by nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@return The parameter group being used by nodes in the cluster.", "getterModel" : { "returnType" : "ParameterGroupStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroup", "variableType" : "ParameterGroupStatus", "documentation" : null, "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroup", "variableType" : "ParameterGroupStatus", "documentation" : "

The parameter group being used by nodes in the cluster.

", "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSseDescription", "beanStyleSetterMethodName" : "setSseDescription", "c2jName" : "SSEDescription", "c2jShape" : "SSEDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

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

The description of the server-side encryption status on the specified DAX cluster.

\n@return The description of the server-side encryption status on the specified DAX cluster.\n@deprecated Use {@link #sseDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseDescription(SSEDescription)}\n", "documentation" : "

The description of the server-side encryption status on the specified DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSEDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSseDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sseDescription", "fluentSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sseDescription", "getterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@return The description of the server-side encryption status on the specified DAX cluster.", "getterModel" : { "returnType" : "SSEDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSEDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSEDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SSEDescription", "sensitive" : false, "setterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.", "setterMethodName" : "setSseDescription", "setterModel" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : null, "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : "

The description of the server-side encryption status on the specified DAX cluster.

", "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActiveNodes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveNodes", "beanStyleSetterMethodName" : "setActiveNodes", "c2jName" : "ActiveNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

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

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@deprecated Use {@link #activeNodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeNodes(Integer)}\n", "documentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeNodes", "fluentSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeNodes", "getterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ActiveNodes", "sensitive" : false, "setterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).", "setterMethodName" : "setActiveNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "activeNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "activeNodes", "variableType" : "Integer", "documentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClusterArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterArn", "beanStyleSetterMethodName" : "setClusterArn", "c2jName" : "ClusterArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that uniquely identifies 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 #clusterArn(String)}.\n@param clusterArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

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

\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@deprecated Use {@link #clusterArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterArn(String)}\n", "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterArn", "fluentSetterDocumentation" : "

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

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

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

\n@return The Amazon Resource Name (ARN) that uniquely identifies 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" : "ClusterArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterArn", "sensitive" : false, "setterDocumentation" : "

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

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClusterDiscoveryEndpoint" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterDiscoveryEndpoint", "beanStyleSetterMethodName" : "setClusterDiscoveryEndpoint", "c2jName" : "ClusterDiscoveryEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\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 #clusterDiscoveryEndpoint(Endpoint)}.\n@param clusterDiscoveryEndpoint 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 #clusterDiscoveryEndpoint(Endpoint)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #clusterDiscoveryEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterDiscoveryEndpoint(Endpoint)}\n", "documentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterDiscoveryEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterDiscoveryEndpoint", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterDiscoveryEndpoint", "fluentSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterDiscoveryEndpoint", "getterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "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" : "ClusterDiscoveryEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterDiscoveryEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ClusterDiscoveryEndpoint", "sensitive" : false, "setterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "setterMethodName" : "setClusterDiscoveryEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "clusterDiscoveryEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "clusterDiscoveryEndpoint", "variableType" : "Endpoint", "documentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the DAX 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the DAX cluster.

\n@return The name of the DAX cluster.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the DAX cluster.

\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

The name of the DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

The name of the DAX cluster.

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

The name of the DAX cluster.

\n@return The name of the DAX 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

The name of the DAX cluster.

\n@param clusterName The name of the DAX cluster.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

The name of the DAX cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

The description of the cluster.

\n@return The description of the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the cluster.

\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the cluster.

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

The description of the cluster.

\n@return The description 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" : "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 cluster.

\n@param description The description of the cluster.", "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 cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamRoleArn", "beanStyleSetterMethodName" : "setIamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

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

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n", "documentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleArn", "fluentSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleArn", "getterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamRoleArn", "sensitive" : false, "setterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "setterMethodName" : "setIamRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeIdsToRemove" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToRemove", "beanStyleSetterMethodName" : "setNodeIdsToRemove", "c2jName" : "NodeIdsToRemove", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of nodes to be removed 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 #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n

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

\n

\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

\n@return A list of nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n", "documentation" : "

A list of nodes to be removed from the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToRemove", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToRemove", "fluentSetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToRemove", "getterDocumentation" : "

A list of nodes to be removed from the cluster.

\n

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

\n

\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

\n@return A list of nodes to be removed 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" : "NodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToRemove", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.", "setterMethodName" : "setNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

A list of nodes to be removed from the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Nodes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodes", "beanStyleSetterMethodName" : "setNodes", "c2jName" : "Nodes", "c2jShape" : "NodeList", "defaultConsumerFluentSetterDocumentation" : "

A list of nodes that are currently in 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 #nodes(List)}.\n@param nodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n

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

\n

\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n

\n@return A list of nodes that are currently in the cluster.\n@deprecated Use {@link #nodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodes(List)}\n", "documentation" : "

A list of nodes that are currently in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Nodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodes", "fluentSetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodes", "getterDocumentation" : "

A list of nodes that are currently in the cluster.

\n

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

\n

\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n

\n@return A list of nodes that are currently in 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" : "Nodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Nodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Node", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Node.Builder} avoiding the need to create one manually via {@link Node#builder()}.\n\nWhen the {@link Consumer} completes, {@link Node.Builder#build()} is called immediately and its result is passed to {@link #member(Node)}.\n@param member a consumer that will call methods on {@link Node.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Node)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Node)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Node", "documentation" : 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" : "Node", "variableName" : "member", "variableType" : "Node", "documentation" : null, "simpleType" : "Node", "variableSetterType" : "Node" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Node", "variableName" : "member", "variableType" : "Node", "documentation" : "", "simpleType" : "Node", "variableSetterType" : "Node" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Node", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Node", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Nodes", "sensitive" : false, "setterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.", "setterMethodName" : "setNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodes", "variableType" : "java.util.List", "documentation" : "

A list of nodes that are currently in the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationConfiguration", "beanStyleSetterMethodName" : "setNotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@deprecated Use {@link #notificationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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.\n@deprecated Use {@link #notificationConfiguration(NotificationConfiguration)}\n", "documentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationConfiguration", "fluentSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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 DAX events to subscribers using Amazon Simple Notification Service (SNS).

\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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 DAX 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 DAX events to subscribers using Amazon Simple Notification Service (SNS).

", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroupStatus", "defaultConsumerFluentSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

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

The parameter group being used by nodes in the cluster.

\n@return The parameter group being used by nodes in the cluster.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroupStatus)}\n", "documentation" : "

The parameter group being used by nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@return The parameter group being used by nodes in the cluster.", "getterModel" : { "returnType" : "ParameterGroupStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroup", "variableType" : "ParameterGroupStatus", "documentation" : null, "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroup", "variableType" : "ParameterGroupStatus", "documentation" : "

The parameter group being used by nodes in the cluster.

", "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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" : "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" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SSEDescription" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSseDescription", "beanStyleSetterMethodName" : "setSseDescription", "c2jName" : "SSEDescription", "c2jShape" : "SSEDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

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

The description of the server-side encryption status on the specified DAX cluster.

\n@return The description of the server-side encryption status on the specified DAX cluster.\n@deprecated Use {@link #sseDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseDescription(SSEDescription)}\n", "documentation" : "

The description of the server-side encryption status on the specified DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSEDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSseDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sseDescription", "fluentSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sseDescription", "getterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@return The description of the server-side encryption status on the specified DAX cluster.", "getterModel" : { "returnType" : "SSEDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSEDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSEDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SSEDescription", "sensitive" : false, "setterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.", "setterMethodName" : "setSseDescription", "setterModel" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : null, "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : "

The description of the server-side encryption status on the specified DAX cluster.

", "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n

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

\n

\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

\n@return A list of security groups, and the status of each, for the nodes in the cluster.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n

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

\n

\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

\n@return A list of security groups, and the status of each, for the nodes in 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SecurityGroupMembership)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "xmlAttribute" : false, "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 security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in 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 security groups, and the status of each, for the nodes in the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The current status 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current status of the cluster.

\n@return The current status of the cluster.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current status of the cluster.

\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The current status of the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the cluster.

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

The current status of the cluster.

\n@return The current status 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" : "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 status of the cluster.

\n@param status The current status of the cluster.", "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 status of the cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The subnet group where the DAX cluster is running.

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

The subnet group where the DAX cluster is running.

\n@return The subnet group where the DAX cluster is running.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(String)}\n", "documentation" : "

The subnet group where the DAX cluster is running.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@return The subnet group where the DAX cluster is running.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroup", "variableType" : "String", "documentation" : "

The subnet group where the DAX cluster is running.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TotalNodes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalNodes", "beanStyleSetterMethodName" : "setTotalNodes", "c2jName" : "TotalNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The total number of nodes 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 #totalNodes(Integer)}.\n@param totalNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalNodes(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The total number of nodes in the cluster.

\n@return The total number of nodes in the cluster.\n@deprecated Use {@link #totalNodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNodes(Integer)}\n", "documentation" : "

The total number of nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalNodes", "fluentSetterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalNodes", "getterDocumentation" : "

The total number of nodes in the cluster.

\n@return The total number of nodes 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" : "TotalNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TotalNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalNodes", "sensitive" : false, "setterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.", "setterMethodName" : "setTotalNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalNodes", "variableType" : "Integer", "documentation" : "

The total number of nodes in the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the DAX 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the DAX cluster.

\n@return The name of the DAX cluster.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the DAX cluster.

\n@param clusterName The name of the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

The name of the DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

The name of the DAX cluster.

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

The name of the DAX cluster.

\n@return The name of the DAX 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

The name of the DAX cluster.

\n@param clusterName The name of the DAX cluster.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

The name of the DAX cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

The description of the cluster.

\n@return The description of the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the cluster.

\n@param description The description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the cluster.

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

The description of the cluster.

\n@return The description 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" : "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 cluster.

\n@param description The description of the cluster.", "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 cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterArn", "beanStyleSetterMethodName" : "setClusterArn", "c2jName" : "ClusterArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that uniquely identifies 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 #clusterArn(String)}.\n@param clusterArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

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

\n@return The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@deprecated Use {@link #clusterArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

\n@param clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterArn(String)}\n", "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterArn", "fluentSetterDocumentation" : "

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

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

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

\n@return The Amazon Resource Name (ARN) that uniquely identifies 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" : "ClusterArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterArn", "sensitive" : false, "setterDocumentation" : "

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

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

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalNodes", "beanStyleSetterMethodName" : "setTotalNodes", "c2jName" : "TotalNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The total number of nodes 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 #totalNodes(Integer)}.\n@param totalNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalNodes(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The total number of nodes in the cluster.

\n@return The total number of nodes in the cluster.\n@deprecated Use {@link #totalNodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNodes(Integer)}\n", "documentation" : "

The total number of nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalNodes", "fluentSetterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalNodes", "getterDocumentation" : "

The total number of nodes in the cluster.

\n@return The total number of nodes 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" : "TotalNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TotalNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalNodes", "sensitive" : false, "setterDocumentation" : "

The total number of nodes in the cluster.

\n@param totalNodes The total number of nodes in the cluster.", "setterMethodName" : "setTotalNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalNodes", "variableType" : "Integer", "documentation" : "

The total number of nodes in the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveNodes", "beanStyleSetterMethodName" : "setActiveNodes", "c2jName" : "ActiveNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

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

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@deprecated Use {@link #activeNodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeNodes(Integer)}\n", "documentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActiveNodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActiveNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activeNodes", "fluentSetterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeNodes", "getterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@return The number of nodes in the cluster that are active (i.e., capable of serving requests).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActiveNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActiveNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ActiveNodes", "sensitive" : false, "setterDocumentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

\n@param activeNodes The number of nodes in the cluster that are active (i.e., capable of serving requests).", "setterMethodName" : "setActiveNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "activeNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "activeNodes", "variableType" : "Integer", "documentation" : "

The number of nodes in the cluster that are active (i.e., capable of serving requests).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@return The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

\n@param nodeType The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

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

The current status 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current status of the cluster.

\n@return The current status of the cluster.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current status of the cluster.

\n@param status The current status of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The current status of the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the cluster.

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

The current status of the cluster.

\n@return The current status 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" : "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 status of the cluster.

\n@param status The current status of the cluster.", "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 status of the cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterDiscoveryEndpoint", "beanStyleSetterMethodName" : "setClusterDiscoveryEndpoint", "c2jName" : "ClusterDiscoveryEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\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 #clusterDiscoveryEndpoint(Endpoint)}.\n@param clusterDiscoveryEndpoint 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 #clusterDiscoveryEndpoint(Endpoint)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #clusterDiscoveryEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterDiscoveryEndpoint(Endpoint)}\n", "documentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterDiscoveryEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterDiscoveryEndpoint", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterDiscoveryEndpoint", "fluentSetterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterDiscoveryEndpoint", "getterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@return The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "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" : "ClusterDiscoveryEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterDiscoveryEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ClusterDiscoveryEndpoint", "sensitive" : false, "setterDocumentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

\n@param clusterDiscoveryEndpoint The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "setterMethodName" : "setClusterDiscoveryEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "clusterDiscoveryEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "clusterDiscoveryEndpoint", "variableType" : "Endpoint", "documentation" : "

The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number. Client applications can specify this endpoint, rather than an individual node endpoint, and allow the DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToRemove", "beanStyleSetterMethodName" : "setNodeIdsToRemove", "c2jName" : "NodeIdsToRemove", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

A list of nodes to be removed 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 #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n

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

\n

\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

\n@return A list of nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n", "documentation" : "

A list of nodes to be removed from the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToRemove", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToRemove", "fluentSetterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToRemove", "getterDocumentation" : "

A list of nodes to be removed from the cluster.

\n

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

\n

\nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

\n@return A list of nodes to be removed 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" : "NodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToRemove", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

A list of nodes to be removed from the cluster.

\n@param nodeIdsToRemove A list of nodes to be removed from the cluster.", "setterMethodName" : "setNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

A list of nodes to be removed from the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodes", "beanStyleSetterMethodName" : "setNodes", "c2jName" : "Nodes", "c2jShape" : "NodeList", "defaultConsumerFluentSetterDocumentation" : "

A list of nodes that are currently in 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 #nodes(List)}.\n@param nodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n

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

\n

\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n

\n@return A list of nodes that are currently in the cluster.\n@deprecated Use {@link #nodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodes(List)}\n", "documentation" : "

A list of nodes that are currently in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Nodes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodes", "fluentSetterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodes", "getterDocumentation" : "

A list of nodes that are currently in the cluster.

\n

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

\n

\nYou can use {@link #hasNodes()} to see if a value was sent in this field.\n

\n@return A list of nodes that are currently in 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" : "Nodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Nodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Node", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Node.Builder} avoiding the need to create one manually via {@link Node#builder()}.\n\nWhen the {@link Consumer} completes, {@link Node.Builder#build()} is called immediately and its result is passed to {@link #member(Node)}.\n@param member a consumer that will call methods on {@link Node.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Node)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Node)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Node", "documentation" : 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" : "Node", "variableName" : "member", "variableType" : "Node", "documentation" : null, "simpleType" : "Node", "variableSetterType" : "Node" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Node", "variableName" : "member", "variableType" : "Node", "documentation" : "", "simpleType" : "Node", "variableSetterType" : "Node" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Node", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Node", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Nodes", "sensitive" : false, "setterDocumentation" : "

A list of nodes that are currently in the cluster.

\n@param nodes A list of nodes that are currently in the cluster.", "setterMethodName" : "setNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodes", "variableType" : "java.util.List", "documentation" : "

A list of nodes that are currently in the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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" : "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" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

\n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationConfiguration", "beanStyleSetterMethodName" : "setNotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).\n@deprecated Use {@link #notificationConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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.\n@deprecated Use {@link #notificationConfiguration(NotificationConfiguration)}\n", "documentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationConfiguration", "fluentSetterDocumentation" : "

Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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 DAX events to subscribers using Amazon Simple Notification Service (SNS).

\n@return Describes a notification topic and its status. Notification topics are used for publishing DAX 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 DAX 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 DAX 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 DAX events to subscribers using Amazon Simple Notification Service (SNS).

", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The subnet group where the DAX cluster is running.

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

The subnet group where the DAX cluster is running.

\n@return The subnet group where the DAX cluster is running.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(String)}\n", "documentation" : "

The subnet group where the DAX cluster is running.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@return The subnet group where the DAX cluster is running.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

The subnet group where the DAX cluster is running.

\n@param subnetGroup The subnet group where the DAX cluster is running.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroup", "variableType" : "String", "documentation" : "

The subnet group where the DAX cluster is running.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n

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

\n

\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

\n@return A list of security groups, and the status of each, for the nodes in the cluster.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

A list of security groups, and the status of each, for the nodes in the cluster.

\n

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

\n

\nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

\n@return A list of security groups, and the status of each, for the nodes in 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SecurityGroupMembership)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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" }, "xmlAttribute" : false, "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 security groups, and the status of each, for the nodes in the cluster.

\n@param securityGroups A list of security groups, and the status of each, for the nodes in 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 security groups, and the status of each, for the nodes in the cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamRoleArn", "beanStyleSetterMethodName" : "setIamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

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

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n", "documentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleArn", "fluentSetterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleArn", "getterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamRoleArn", "sensitive" : false, "setterDocumentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

\n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "setterMethodName" : "setIamRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : "

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroupStatus", "defaultConsumerFluentSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

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

The parameter group being used by nodes in the cluster.

\n@return The parameter group being used by nodes in the cluster.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroupStatus)}\n", "documentation" : "

The parameter group being used by nodes in the cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@return The parameter group being used by nodes in the cluster.", "getterModel" : { "returnType" : "ParameterGroupStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

The parameter group being used by nodes in the cluster.

\n@param parameterGroup The parameter group being used by nodes in the cluster.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroup", "variableType" : "ParameterGroupStatus", "documentation" : null, "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroup", "variableType" : "ParameterGroupStatus", "documentation" : "

The parameter group being used by nodes in the cluster.

", "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSseDescription", "beanStyleSetterMethodName" : "setSseDescription", "c2jName" : "SSEDescription", "c2jShape" : "SSEDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

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

The description of the server-side encryption status on the specified DAX cluster.

\n@return The description of the server-side encryption status on the specified DAX cluster.\n@deprecated Use {@link #sseDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseDescription(SSEDescription)}\n", "documentation" : "

The description of the server-side encryption status on the specified DAX cluster.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSEDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSseDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sseDescription", "fluentSetterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sseDescription", "getterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@return The description of the server-side encryption status on the specified DAX cluster.", "getterModel" : { "returnType" : "SSEDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSEDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSEDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SSEDescription", "sensitive" : false, "setterDocumentation" : "

The description of the server-side encryption status on the specified DAX cluster.

\n@param sseDescription The description of the server-side encryption status on the specified DAX cluster.", "setterMethodName" : "setSseDescription", "setterModel" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : null, "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : "

The description of the server-side encryption status on the specified DAX cluster.

", "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Cluster", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "wrapper" : false, "xmlNamespace" : null }, "ClusterAlreadyExistsException" : { "c2jName" : "ClusterAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You already have a DAX cluster with the given identifier.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ClusterAlreadyExistsFault", "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" : "ClusterAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ClusterAlreadyExistsException", "variableName" : "clusterAlreadyExistsException", "variableType" : "ClusterAlreadyExistsException", "documentation" : null, "simpleType" : "ClusterAlreadyExistsException", "variableSetterType" : "ClusterAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ClusterNotFoundException" : { "c2jName" : "ClusterNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

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

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ClusterNotFoundFault", "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" : "ClusterNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ClusterNotFoundException", "variableName" : "clusterNotFoundException", "variableType" : "ClusterNotFoundException", "documentation" : null, "simpleType" : "ClusterNotFoundException", "variableSetterType" : "ClusterNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ClusterQuotaForCustomerExceededException" : { "c2jName" : "ClusterQuotaForCustomerExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You have attempted to exceed the maximum number of DAX clusters for your AWS account.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ClusterQuotaForCustomerExceededFault", "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" : "ClusterQuotaForCustomerExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ClusterQuotaForCustomerExceededException", "variableName" : "clusterQuotaForCustomerExceededException", "variableType" : "ClusterQuotaForCustomerExceededException", "documentation" : null, "simpleType" : "ClusterQuotaForCustomerExceededException", "variableSetterType" : "ClusterQuotaForCustomerExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "CreateClusterRequest" : { "c2jName" : "CreateClusterRequest", "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" : "CreateCluster", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.CreateCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The cluster 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The cluster 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 cluster 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@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The cluster 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 clusterName The cluster 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.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

      The cluster 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, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

      The cluster 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 clusterName The cluster 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" : "clusterName", "getterDocumentation" : "

        The cluster 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 cluster 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

          The cluster 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 clusterName The cluster 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" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

            The cluster 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            The compute and memory capacity of the nodes in 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The compute and memory capacity of the nodes in the cluster.

            \n@return The compute and memory capacity of the nodes in the cluster.\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The compute and memory capacity of the nodes in the cluster.

            \n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

            The compute and memory capacity of the nodes in the cluster.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

            The compute and memory capacity of the nodes in the cluster.

            \n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

            The compute and memory capacity of the nodes in the cluster.

            \n@return The compute and memory capacity of the nodes in 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

            The compute and memory capacity of the nodes in the cluster.

            \n@param nodeType The compute and memory capacity of the nodes in the cluster.", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

            The compute and memory capacity of the nodes in the cluster.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            A description 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            A description of the cluster.

            \n@return A description of the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            A description of the cluster.

            \n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

            A description of the cluster.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

            A description of the cluster.

            \n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

            A description of the cluster.

            \n@return A description 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" : "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 cluster.

            \n@param description A description of the cluster.", "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 cluster.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationFactor", "beanStyleSetterMethodName" : "setReplicationFactor", "c2jName" : "ReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per 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 #replicationFactor(Integer)}.\n@param replicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@deprecated Use {@link #replicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationFactor(Integer)}\n", "documentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationFactor", "fluentSetterDocumentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

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

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per 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" : "ReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicationFactor", "sensitive" : false, "setterDocumentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            ", "setterMethodName" : "setReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicationFactor", "variableType" : "Integer", "documentation" : "

            The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

            AWS recommends that you have at least two read replicas per cluster.

            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

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

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n

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

            \n

            \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

            \n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n

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

            \n

            \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

            \n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@return The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@param subnetGroupName The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@param subnetGroupName The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@return The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            \n@param subnetGroupName The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            ", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

            The name of the subnet group to be used for the replication group.

            DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            \n

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

            \n

            \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

            \n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            \n

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

            \n

            \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

            \n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.", "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" : "

            A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

            If this parameter is not specified, DAX assigns the default VPC security group to each node.

            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

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

            Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@return Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

            Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

            Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \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 DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@return Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            ", "getterModel" : { "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 DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            ", "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 DAX 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:05:00-sun:09:00

            If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@deprecated Use {@link #notificationTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicArn(String)}\n", "documentation" : "

            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX 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 will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX 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 will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

            The Amazon SNS topic owner must be same as the DAX 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 will be sent.

            The Amazon SNS topic owner must be same as the DAX cluster owner.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamRoleArn", "beanStyleSetterMethodName" : "setIamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

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

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            \n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n", "documentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleArn", "fluentSetterDocumentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleArn", "getterDocumentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            \n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamRoleArn", "sensitive" : false, "setterDocumentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "setterMethodName" : "setIamRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : "

            A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            The parameter group to be associated with the DAX 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The parameter group to be associated with the DAX cluster.

            \n@return The parameter group to be associated with the DAX cluster.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The parameter group to be associated with the DAX cluster.

            \n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

            The parameter group to be associated with the DAX cluster.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

            The parameter group to be associated with the DAX cluster.

            \n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

            The parameter group to be associated with the DAX cluster.

            \n@return The parameter group to be associated with the DAX 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

            The parameter group to be associated with the DAX cluster.

            \n@param parameterGroupName The parameter group to be associated with the DAX cluster.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

            The parameter group to be associated with the DAX cluster.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

            A set of tags to associate with the DAX 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            A set of tags to associate with the DAX cluster.

            \n

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

            \n

            \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

            \n@return A set of tags to associate with the DAX cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            A set of tags to associate with the DAX cluster.

            \n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

            A set of tags to associate with the DAX cluster.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

            A set of tags to associate with the DAX cluster.

            \n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

            A set of tags to associate with the DAX cluster.

            \n

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

            \n

            \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

            \n@return A set of tags to associate with the DAX 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

            A set of tags to associate with the DAX cluster.

            \n@param tags A set of tags to associate with the DAX cluster.", "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 set of tags to associate with the DAX cluster.

            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSseSpecification", "beanStyleSetterMethodName" : "setSseSpecification", "c2jName" : "SSESpecification", "c2jShape" : "SSESpecification", "defaultConsumerFluentSetterDocumentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

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

            Represents the settings used to enable server-side encryption on the cluster.

            \n@return Represents the settings used to enable server-side encryption on the cluster.\n@deprecated Use {@link #sseSpecification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

            \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseSpecification(SSESpecification)}\n", "documentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSESpecification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSseSpecification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sseSpecification", "fluentSetterDocumentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

            \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sseSpecification", "getterDocumentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

            \n@return Represents the settings used to enable server-side encryption on the cluster.", "getterModel" : { "returnType" : "SSESpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSESpecification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSESpecification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SSESpecification", "sensitive" : false, "setterDocumentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

            \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.", "setterMethodName" : "setSseSpecification", "setterModel" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : null, "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : "

            Represents the settings used to enable server-side encryption on the cluster.

            ", "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

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

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n

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

            \n

            \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

            \n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n

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

            \n

            \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

            \n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

            The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

            The cluster 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The cluster 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 cluster 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@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The cluster 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 clusterName The cluster 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.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                The cluster 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, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                The cluster 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 clusterName The cluster 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" : "clusterName", "getterDocumentation" : "

                  The cluster 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 cluster 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                    The cluster 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 clusterName The cluster 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" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                      The cluster 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      A description 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A description of the cluster.

                      \n@return A description of the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A description of the cluster.

                      \n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                      A description of the cluster.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                      A description of the cluster.

                      \n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                      A description of the cluster.

                      \n@return A description 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" : "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 cluster.

                      \n@param description A description of the cluster.", "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 cluster.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamRoleArn", "beanStyleSetterMethodName" : "setIamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

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

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      \n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n", "documentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleArn", "fluentSetterDocumentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleArn", "getterDocumentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      \n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamRoleArn", "sensitive" : false, "setterDocumentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "setterMethodName" : "setIamRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : "

                      A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      The compute and memory capacity of the nodes in 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      \n@return The compute and memory capacity of the nodes in the cluster.\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      \n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      \n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      \n@return The compute and memory capacity of the nodes in 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      \n@param nodeType The compute and memory capacity of the nodes in the cluster.", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

                      The compute and memory capacity of the nodes in the cluster.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationTopicArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@deprecated Use {@link #notificationTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicArn(String)}\n", "documentation" : "

                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX 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 will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX 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 will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                      The Amazon SNS topic owner must be same as the DAX 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 will be sent.

                      The Amazon SNS topic owner must be same as the DAX cluster owner.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      The parameter group to be associated with the DAX 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The parameter group to be associated with the DAX cluster.

                      \n@return The parameter group to be associated with the DAX cluster.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The parameter group to be associated with the DAX cluster.

                      \n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                      The parameter group to be associated with the DAX cluster.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                      The parameter group to be associated with the DAX cluster.

                      \n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                      The parameter group to be associated with the DAX cluster.

                      \n@return The parameter group to be associated with the DAX 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                      The parameter group to be associated with the DAX cluster.

                      \n@param parameterGroupName The parameter group to be associated with the DAX cluster.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                      The parameter group to be associated with the DAX cluster.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

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

                      Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@return Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

                      Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                      Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \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 DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@return Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      ", "getterModel" : { "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 DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      ", "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 DAX 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:05:00-sun:09:00

                      If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationFactor" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationFactor", "beanStyleSetterMethodName" : "setReplicationFactor", "c2jName" : "ReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per 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 #replicationFactor(Integer)}.\n@param replicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@deprecated Use {@link #replicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationFactor(Integer)}\n", "documentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationFactor", "fluentSetterDocumentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

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

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per 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" : "ReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      ", "setterMethodName" : "setReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicationFactor", "variableType" : "Integer", "documentation" : "

                      The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                      AWS recommends that you have at least two read replicas per cluster.

                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SSESpecification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSseSpecification", "beanStyleSetterMethodName" : "setSseSpecification", "c2jName" : "SSESpecification", "c2jShape" : "SSESpecification", "defaultConsumerFluentSetterDocumentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

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

                      Represents the settings used to enable server-side encryption on the cluster.

                      \n@return Represents the settings used to enable server-side encryption on the cluster.\n@deprecated Use {@link #sseSpecification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

                      \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseSpecification(SSESpecification)}\n", "documentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSESpecification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSseSpecification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sseSpecification", "fluentSetterDocumentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

                      \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sseSpecification", "getterDocumentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

                      \n@return Represents the settings used to enable server-side encryption on the cluster.", "getterModel" : { "returnType" : "SSESpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSESpecification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSESpecification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SSESpecification", "sensitive" : false, "setterDocumentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

                      \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.", "setterMethodName" : "setSseSpecification", "setterModel" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : null, "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : "

                      Represents the settings used to enable server-side encryption on the cluster.

                      ", "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroupIds" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      \n

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

                      \n

                      \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                      \n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      \n

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

                      \n

                      \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                      \n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.", "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" : "

                      A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                      If this parameter is not specified, DAX assigns the default VPC security group to each node.

                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@return The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@param subnetGroupName The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@param subnetGroupName The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@return The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      \n@param subnetGroupName The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      ", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                      The name of the subnet group to be used for the replication group.

                      DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                      A set of tags to associate with the DAX 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A set of tags to associate with the DAX cluster.

                      \n

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

                      \n

                      \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                      \n@return A set of tags to associate with the DAX cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A set of tags to associate with the DAX cluster.

                      \n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                      A set of tags to associate with the DAX cluster.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                      A set of tags to associate with the DAX cluster.

                      \n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                      A set of tags to associate with the DAX cluster.

                      \n

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

                      \n

                      \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                      \n@return A set of tags to associate with the DAX 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                      A set of tags to associate with the DAX cluster.

                      \n@param tags A set of tags to associate with the DAX cluster.", "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 set of tags to associate with the DAX cluster.

                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                      The cluster 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The cluster 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 cluster 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@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The cluster 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 clusterName The cluster 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.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                          The cluster 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, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                          The cluster 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 clusterName The cluster 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" : "clusterName", "getterDocumentation" : "

                            The cluster 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 cluster 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                              The cluster 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 clusterName The cluster 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" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The cluster 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The compute and memory capacity of the nodes in 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                \n@return The compute and memory capacity of the nodes in the cluster.\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                \n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                \n@param nodeType The compute and memory capacity of the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                \n@return The compute and memory capacity of the nodes in 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                \n@param nodeType The compute and memory capacity of the nodes in the cluster.", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

                                The compute and memory capacity of the nodes in the cluster.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the cluster.

                                \n@return A description of the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the cluster.

                                \n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the cluster.

                                \n@param description A description of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the cluster.

                                \n@return A description 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" : "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 cluster.

                                \n@param description A description of the cluster.", "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 cluster.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationFactor", "beanStyleSetterMethodName" : "setReplicationFactor", "c2jName" : "ReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per 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 #replicationFactor(Integer)}.\n@param replicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@deprecated Use {@link #replicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationFactor(Integer)}\n", "documentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationFactor", "fluentSetterDocumentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

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

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@return The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per 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" : "ReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                \n@param replicationFactor The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                ", "setterMethodName" : "setReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicationFactor", "variableType" : "Integer", "documentation" : "

                                The number of nodes in the DAX cluster. A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set ReplicationFactor to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones parameter is provided, its length must equal the ReplicationFactor.

                                AWS recommends that you have at least two read replicas per cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

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

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated. If provided, the length of this list must equal the ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@return The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@param subnetGroupName The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@param subnetGroupName The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@return The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

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

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                \n@param subnetGroupName The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                ", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                The name of the subnet group to be used for the replication group.

                                DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                \n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                \n@return A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                \n@param securityGroupIds A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.", "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" : "

                                A list of security group IDs to be assigned to each node in the DAX cluster. (Each of the security group ID is system-generated.)

                                If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

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

                                Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@return Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

                                Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \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 DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@return Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                ", "getterModel" : { "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 DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                ", "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 DAX 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:05:00-sun:09:00

                                If you don't specify a preferred maintenance window when you create or modify a cache cluster, DAX assigns a 60-minute maintenance window on a randomly selected day of the week.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@deprecated Use {@link #notificationTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX 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 will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX 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 will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                The Amazon SNS topic owner must be same as the DAX 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 will be sent.

                                The Amazon SNS topic owner must be same as the DAX cluster owner.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamRoleArn", "beanStyleSetterMethodName" : "setIamRoleArn", "c2jName" : "IamRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

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

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                \n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@deprecated Use {@link #iamRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n", "documentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamRoleArn", "fluentSetterDocumentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamRoleArn", "getterDocumentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                \n@return A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamRoleArn", "sensitive" : false, "setterDocumentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                \n@param iamRoleArn A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.", "setterMethodName" : "setIamRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleArn", "variableType" : "String", "documentation" : "

                                A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The parameter group to be associated with the DAX 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The parameter group to be associated with the DAX cluster.

                                \n@return The parameter group to be associated with the DAX cluster.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The parameter group to be associated with the DAX cluster.

                                \n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The parameter group to be associated with the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The parameter group to be associated with the DAX cluster.

                                \n@param parameterGroupName The parameter group to be associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                The parameter group to be associated with the DAX cluster.

                                \n@return The parameter group to be associated with the DAX 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The parameter group to be associated with the DAX cluster.

                                \n@param parameterGroupName The parameter group to be associated with the DAX cluster.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The parameter group to be associated with the DAX cluster.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A set of tags to associate with the DAX 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A set of tags to associate with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A set of tags to associate with the DAX cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A set of tags to associate with the DAX cluster.

                                \n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A set of tags to associate with the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A set of tags to associate with the DAX cluster.

                                \n@param tags A set of tags to associate with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A set of tags to associate with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A set of tags to associate with the DAX 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A set of tags to associate with the DAX cluster.

                                \n@param tags A set of tags to associate with the DAX cluster.", "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 set of tags to associate with the DAX cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSseSpecification", "beanStyleSetterMethodName" : "setSseSpecification", "c2jName" : "SSESpecification", "c2jShape" : "SSESpecification", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

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

                                Represents the settings used to enable server-side encryption on the cluster.

                                \n@return Represents the settings used to enable server-side encryption on the cluster.\n@deprecated Use {@link #sseSpecification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

                                \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sseSpecification(SSESpecification)}\n", "documentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SSESpecification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSseSpecification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sseSpecification", "fluentSetterDocumentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

                                \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sseSpecification", "getterDocumentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

                                \n@return Represents the settings used to enable server-side encryption on the cluster.", "getterModel" : { "returnType" : "SSESpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SSESpecification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SSESpecification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SSESpecification", "sensitive" : false, "setterDocumentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

                                \n@param sseSpecification Represents the settings used to enable server-side encryption on the cluster.", "setterMethodName" : "setSseSpecification", "setterModel" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : null, "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : "

                                Represents the settings used to enable server-side encryption on the cluster.

                                ", "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ClusterName", "NodeType", "ReplicationFactor", "IamRoleArn" ], "shapeName" : "CreateClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateClusterRequest", "variableName" : "createClusterRequest", "variableType" : "CreateClusterRequest", "documentation" : null, "simpleType" : "CreateClusterRequest", "variableSetterType" : "CreateClusterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateClusterResponse" : { "c2jName" : "CreateClusterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

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

                                A description of the DAX cluster that you have created.

                                \n@return A description of the DAX cluster that you have created.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster that you have created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@return A description of the DAX cluster that you have created.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster that you have created.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cluster" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

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

                                A description of the DAX cluster that you have created.

                                \n@return A description of the DAX cluster that you have created.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster that you have created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@return A description of the DAX cluster that you have created.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster that you have created.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

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

                                A description of the DAX cluster that you have created.

                                \n@return A description of the DAX cluster that you have created.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster that you have created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@return A description of the DAX cluster that you have created.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster that you have created.

                                \n@param cluster A description of the DAX cluster that you have created.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster that you have created.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateClusterResponse", "variableName" : "createClusterResponse", "variableType" : "CreateClusterResponse", "documentation" : null, "simpleType" : "CreateClusterResponse", "variableSetterType" : "CreateClusterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateParameterGroupRequest" : { "c2jName" : "CreateParameterGroupRequest", "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" : "CreateParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.CreateParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the parameter group to apply to all of 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@return The name of the parameter group to apply to all of the clusters in this replication group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@return The name of the parameter group to apply to all of 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the parameter group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the 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 description of the parameter group.

                                \n@param description A description of the 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 description of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the parameter group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the 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 description of the parameter group.

                                \n@param description A description of the 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 description of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the parameter group to apply to all of 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@return The name of the parameter group to apply to all of the clusters in this replication group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@return The name of the parameter group to apply to all of 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the parameter group to apply to all of 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@return The name of the parameter group to apply to all of the clusters in this replication group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@return The name of the parameter group to apply to all of 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                \n@param parameterGroupName The name of the parameter group to apply to all of the clusters in this replication group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group to apply to all of the clusters in this replication group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the parameter group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the 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 description of the parameter group.

                                \n@param description A description of the 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 description of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParameterGroupName" ], "shapeName" : "CreateParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateParameterGroupRequest", "variableName" : "createParameterGroupRequest", "variableType" : "CreateParameterGroupRequest", "documentation" : null, "simpleType" : "CreateParameterGroupRequest", "variableSetterType" : "CreateParameterGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateParameterGroupResponse" : { "c2jName" : "CreateParameterGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

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

                                Represents the output of a CreateParameterGroup action.

                                \n@return Represents the output of a CreateParameterGroup action.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroup)}\n", "documentation" : "

                                Represents the output of a CreateParameterGroup action.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@return Represents the output of a CreateParameterGroup action.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : "

                                Represents the output of a CreateParameterGroup action.

                                ", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

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

                                Represents the output of a CreateParameterGroup action.

                                \n@return Represents the output of a CreateParameterGroup action.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroup)}\n", "documentation" : "

                                Represents the output of a CreateParameterGroup action.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@return Represents the output of a CreateParameterGroup action.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : "

                                Represents the output of a CreateParameterGroup action.

                                ", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

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

                                Represents the output of a CreateParameterGroup action.

                                \n@return Represents the output of a CreateParameterGroup action.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroup)}\n", "documentation" : "

                                Represents the output of a CreateParameterGroup action.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@return Represents the output of a CreateParameterGroup action.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

                                Represents the output of a CreateParameterGroup action.

                                \n@param parameterGroup Represents the output of a CreateParameterGroup action.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : "

                                Represents the output of a CreateParameterGroup action.

                                ", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateParameterGroupResponse", "variableName" : "createParameterGroupResponse", "variableType" : "CreateParameterGroupResponse", "documentation" : null, "simpleType" : "CreateParameterGroupResponse", "variableSetterType" : "CreateParameterGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSubnetGroupRequest" : { "c2jName" : "CreateSubnetGroupRequest", "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" : "CreateSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.CreateSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A name for the subnet group. 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 #subnetGroupName(String)}.\n@param subnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@return A name for the subnet group. This value is stored as a lowercase string.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. 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" : "subnetGroupName", "getterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@return A name for the subnet group. 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" : "SubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. This value is stored as a lowercase string.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description for the subnet group

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

                                A description for the subnet group

                                \n@return A description for the subnet group\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description for the subnet group

                                \n@param description A description for the subnet group\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description for the subnet group

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description for the subnet group

                                \n@param description A description for the subnet group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description for the subnet group

                                \n@return A description for the subnet group", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group

                                \n@param description A description for the subnet 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 subnet group

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

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

                                A list of VPC subnet IDs for the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                \n@return A list of VPC subnet IDs for the subnet group.\n@deprecated Use {@link #subnetIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIds(List)}\n", "documentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                \n@return A list of VPC subnet IDs for the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetIds", "queryString" : false, "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description for the subnet group

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

                                A description for the subnet group

                                \n@return A description for the subnet group\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description for the subnet group

                                \n@param description A description for the subnet group\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description for the subnet group

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description for the subnet group

                                \n@param description A description for the subnet group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description for the subnet group

                                \n@return A description for the subnet group", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group

                                \n@param description A description for the subnet 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 subnet group

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A name for the subnet group. 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 #subnetGroupName(String)}.\n@param subnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@return A name for the subnet group. This value is stored as a lowercase string.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. 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" : "subnetGroupName", "getterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@return A name for the subnet group. 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" : "SubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. This value is stored as a lowercase string.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetIds" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

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

                                A list of VPC subnet IDs for the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                \n@return A list of VPC subnet IDs for the subnet group.\n@deprecated Use {@link #subnetIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIds(List)}\n", "documentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                \n@return A list of VPC subnet IDs for the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetIds", "queryString" : false, "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A name for the subnet group. 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 #subnetGroupName(String)}.\n@param subnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@return A name for the subnet group. This value is stored as a lowercase string.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. 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" : "subnetGroupName", "getterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@return A name for the subnet group. 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" : "SubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                \n@param subnetGroupName A name for the subnet group. This value is stored as a lowercase string.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                A name for the subnet group. This value is stored as a lowercase string.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description for the subnet group

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

                                A description for the subnet group

                                \n@return A description for the subnet group\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description for the subnet group

                                \n@param description A description for the subnet group\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description for the subnet group

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description for the subnet group

                                \n@param description A description for the subnet group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description for the subnet group

                                \n@return A description for the subnet group", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group

                                \n@param description A description for the subnet 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 subnet group

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

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

                                A list of VPC subnet IDs for the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                \n@return A list of VPC subnet IDs for the subnet group.\n@deprecated Use {@link #subnetIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIds(List)}\n", "documentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                \n@return A list of VPC subnet IDs for the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetIds", "queryString" : false, "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                \n@param subnetIds A list of VPC subnet IDs for the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                                A list of VPC subnet IDs for the subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubnetGroupName", "SubnetIds" ], "shapeName" : "CreateSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSubnetGroupRequest", "variableName" : "createSubnetGroupRequest", "variableType" : "CreateSubnetGroupRequest", "documentation" : null, "simpleType" : "CreateSubnetGroupRequest", "variableSetterType" : "CreateSubnetGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSubnetGroupResponse" : { "c2jName" : "CreateSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

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

                                Represents the output of a CreateSubnetGroup operation.

                                \n@return Represents the output of a CreateSubnetGroup operation.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(SubnetGroup)}\n", "documentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@return Represents the output of a CreateSubnetGroup operation.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                ", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

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

                                Represents the output of a CreateSubnetGroup operation.

                                \n@return Represents the output of a CreateSubnetGroup operation.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(SubnetGroup)}\n", "documentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@return Represents the output of a CreateSubnetGroup operation.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                ", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

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

                                Represents the output of a CreateSubnetGroup operation.

                                \n@return Represents the output of a CreateSubnetGroup operation.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(SubnetGroup)}\n", "documentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@return Represents the output of a CreateSubnetGroup operation.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                \n@param subnetGroup Represents the output of a CreateSubnetGroup operation.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : "

                                Represents the output of a CreateSubnetGroup operation.

                                ", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateSubnetGroupResponse", "variableName" : "createSubnetGroupResponse", "variableType" : "CreateSubnetGroupResponse", "documentation" : null, "simpleType" : "CreateSubnetGroupResponse", "variableSetterType" : "CreateSubnetGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DecreaseReplicationFactorRequest" : { "c2jName" : "DecreaseReplicationFactorRequest", "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" : "DecreaseReplicationFactor", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DecreaseReplicationFactor", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@return The name of the DAX cluster from which you want to remove nodes.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@return The name of the DAX cluster from which you want to remove 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewReplicationFactor", "beanStyleSetterMethodName" : "setNewReplicationFactor", "c2jName" : "NewReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The new number of nodes for the DAX 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 #newReplicationFactor(Integer)}.\n@param newReplicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX cluster.\n@deprecated Use {@link #newReplicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newReplicationFactor(Integer)}\n", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicationFactor", "fluentSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicationFactor", "getterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX 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" : "NewReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.", "setterMethodName" : "setNewReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

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

                                The Availability Zone(s) from which to remove nodes.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zone(s) from which to remove nodes.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zone(s) from which to remove nodes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToRemove", "beanStyleSetterMethodName" : "setNodeIdsToRemove", "c2jName" : "NodeIdsToRemove", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed 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 #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

                                \n@return The unique identifiers of the nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n", "documentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToRemove", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToRemove", "fluentSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToRemove", "getterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

                                \n@return The unique identifiers of the nodes to be removed 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" : "NodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToRemove", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.", "setterMethodName" : "setNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

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

                                The Availability Zone(s) from which to remove nodes.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zone(s) from which to remove nodes.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zone(s) from which to remove nodes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@return The name of the DAX cluster from which you want to remove nodes.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@return The name of the DAX cluster from which you want to remove 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewReplicationFactor" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewReplicationFactor", "beanStyleSetterMethodName" : "setNewReplicationFactor", "c2jName" : "NewReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The new number of nodes for the DAX 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 #newReplicationFactor(Integer)}.\n@param newReplicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX cluster.\n@deprecated Use {@link #newReplicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newReplicationFactor(Integer)}\n", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicationFactor", "fluentSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicationFactor", "getterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX 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" : "NewReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.", "setterMethodName" : "setNewReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeIdsToRemove" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToRemove", "beanStyleSetterMethodName" : "setNodeIdsToRemove", "c2jName" : "NodeIdsToRemove", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed 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 #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

                                \n@return The unique identifiers of the nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n", "documentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToRemove", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToRemove", "fluentSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToRemove", "getterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

                                \n@return The unique identifiers of the nodes to be removed 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" : "NodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToRemove", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.", "setterMethodName" : "setNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@return The name of the DAX cluster from which you want to remove nodes.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@return The name of the DAX cluster from which you want to remove 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                \n@param clusterName The name of the DAX cluster from which you want to remove nodes.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster from which you want to remove nodes.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewReplicationFactor", "beanStyleSetterMethodName" : "setNewReplicationFactor", "c2jName" : "NewReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The new number of nodes for the DAX 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 #newReplicationFactor(Integer)}.\n@param newReplicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX cluster.\n@deprecated Use {@link #newReplicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newReplicationFactor(Integer)}\n", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicationFactor", "fluentSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicationFactor", "getterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX 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" : "NewReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.", "setterMethodName" : "setNewReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

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

                                The Availability Zone(s) from which to remove nodes.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zone(s) from which to remove nodes.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zone(s) from which to remove nodes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                \n@param availabilityZones The Availability Zone(s) from which to remove nodes.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zone(s) from which to remove nodes.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToRemove", "beanStyleSetterMethodName" : "setNodeIdsToRemove", "c2jName" : "NodeIdsToRemove", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed 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 #nodeIdsToRemove(List)}.\n@param nodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeIdsToRemove(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

                                \n@return The unique identifiers of the nodes to be removed from the cluster.\n@deprecated Use {@link #nodeIdsToRemove()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToRemove(List)}\n", "documentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToRemove property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToRemove", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToRemove", "fluentSetterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToRemove", "getterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToRemove()} to see if a value was sent in this field.\n

                                \n@return The unique identifiers of the nodes to be removed 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" : "NodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToRemove", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                \n@param nodeIdsToRemove The unique identifiers of the nodes to be removed from the cluster.", "setterMethodName" : "setNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                The unique identifiers of the nodes to be removed from the cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ClusterName", "NewReplicationFactor" ], "shapeName" : "DecreaseReplicationFactorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DecreaseReplicationFactorRequest", "variableName" : "decreaseReplicationFactorRequest", "variableType" : "DecreaseReplicationFactorRequest", "documentation" : null, "simpleType" : "DecreaseReplicationFactorRequest", "variableSetterType" : "DecreaseReplicationFactorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DecreaseReplicationFactorResponse" : { "c2jName" : "DecreaseReplicationFactorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

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

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@return A description of the DAX cluster, after you have decreased its replication factor.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@return A description of the DAX cluster, after you have decreased its replication factor.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cluster" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

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

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@return A description of the DAX cluster, after you have decreased its replication factor.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@return A description of the DAX cluster, after you have decreased its replication factor.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

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

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@return A description of the DAX cluster, after you have decreased its replication factor.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@return A description of the DAX cluster, after you have decreased its replication factor.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                \n@param cluster A description of the DAX cluster, after you have decreased its replication factor.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster, after you have decreased its replication factor.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DecreaseReplicationFactorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DecreaseReplicationFactorResponse", "variableName" : "decreaseReplicationFactorResponse", "variableType" : "DecreaseReplicationFactorResponse", "documentation" : null, "simpleType" : "DecreaseReplicationFactorResponse", "variableSetterType" : "DecreaseReplicationFactorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteClusterRequest" : { "c2jName" : "DeleteClusterRequest", "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" : "DeleteCluster", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DeleteCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the cluster 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@return The name of the cluster to be deleted.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@param clusterName The name of the cluster to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the cluster to be deleted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the cluster to be deleted.

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

                                The name of the cluster to be deleted.

                                \n@return The name of the cluster 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@param clusterName The name of the cluster to be deleted.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the cluster to be deleted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the cluster 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@return The name of the cluster to be deleted.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@param clusterName The name of the cluster to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the cluster to be deleted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the cluster to be deleted.

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

                                The name of the cluster to be deleted.

                                \n@return The name of the cluster 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@param clusterName The name of the cluster to be deleted.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the cluster to be deleted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the cluster 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@return The name of the cluster to be deleted.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@param clusterName The name of the cluster to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the cluster to be deleted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the cluster to be deleted.

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

                                The name of the cluster to be deleted.

                                \n@return The name of the cluster 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the cluster to be deleted.

                                \n@param clusterName The name of the cluster to be deleted.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the cluster to be deleted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ClusterName" ], "shapeName" : "DeleteClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteClusterRequest", "variableName" : "deleteClusterRequest", "variableType" : "DeleteClusterRequest", "documentation" : null, "simpleType" : "DeleteClusterRequest", "variableSetterType" : "DeleteClusterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteClusterResponse" : { "c2jName" : "DeleteClusterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

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

                                A description of the DAX cluster that is being deleted.

                                \n@return A description of the DAX cluster that is being deleted.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster that is being deleted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@return A description of the DAX cluster that is being deleted.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster that is being deleted.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cluster" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

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

                                A description of the DAX cluster that is being deleted.

                                \n@return A description of the DAX cluster that is being deleted.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster that is being deleted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@return A description of the DAX cluster that is being deleted.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster that is being deleted.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

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

                                A description of the DAX cluster that is being deleted.

                                \n@return A description of the DAX cluster that is being deleted.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster that is being deleted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@return A description of the DAX cluster that is being deleted.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster that is being deleted.

                                \n@param cluster A description of the DAX cluster that is being deleted.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster that is being deleted.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteClusterResponse", "variableName" : "deleteClusterResponse", "variableType" : "DeleteClusterResponse", "documentation" : null, "simpleType" : "DeleteClusterResponse", "variableSetterType" : "DeleteClusterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteParameterGroupRequest" : { "c2jName" : "DeleteParameterGroupRequest", "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" : "DeleteParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DeleteParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the parameter group to delete.

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

                                The name of the parameter group to delete.

                                \n@return The name of the parameter group to delete.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group to delete.

                                \n@param parameterGroupName The name of the parameter group to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group to delete.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group to delete.

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

                                The name of the parameter group to delete.

                                \n@return The name of the parameter group to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group to delete.

                                \n@param parameterGroupName The name of the parameter group to delete.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the parameter group to delete.

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

                                The name of the parameter group to delete.

                                \n@return The name of the parameter group to delete.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group to delete.

                                \n@param parameterGroupName The name of the parameter group to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group to delete.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group to delete.

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

                                The name of the parameter group to delete.

                                \n@return The name of the parameter group to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group to delete.

                                \n@param parameterGroupName The name of the parameter group to delete.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the parameter group to delete.

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

                                The name of the parameter group to delete.

                                \n@return The name of the parameter group to delete.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group to delete.

                                \n@param parameterGroupName The name of the parameter group to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group to delete.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group to delete.

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

                                The name of the parameter group to delete.

                                \n@return The name of the parameter group to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group to delete.

                                \n@param parameterGroupName The name of the parameter group to delete.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParameterGroupName" ], "shapeName" : "DeleteParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteParameterGroupRequest", "variableName" : "deleteParameterGroupRequest", "variableType" : "DeleteParameterGroupRequest", "documentation" : null, "simpleType" : "DeleteParameterGroupRequest", "variableSetterType" : "DeleteParameterGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteParameterGroupResponse" : { "c2jName" : "DeleteParameterGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeletionMessage", "beanStyleSetterMethodName" : "setDeletionMessage", "c2jName" : "DeletionMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the 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 #deletionMessage(String)}.\n@param deletionMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deletionMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@deprecated Use {@link #deletionMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionMessage(String)}\n", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeletionMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeletionMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deletionMessage", "fluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletionMessage", "getterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the 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" : "DeletionMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeletionMessage", "sensitive" : false, "setterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).", "setterMethodName" : "setDeletionMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeletionMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeletionMessage", "beanStyleSetterMethodName" : "setDeletionMessage", "c2jName" : "DeletionMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the 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 #deletionMessage(String)}.\n@param deletionMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deletionMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@deprecated Use {@link #deletionMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionMessage(String)}\n", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeletionMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeletionMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deletionMessage", "fluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletionMessage", "getterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the 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" : "DeletionMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeletionMessage", "sensitive" : false, "setterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).", "setterMethodName" : "setDeletionMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeletionMessage", "beanStyleSetterMethodName" : "setDeletionMessage", "c2jName" : "DeletionMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the 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 #deletionMessage(String)}.\n@param deletionMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deletionMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@deprecated Use {@link #deletionMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionMessage(String)}\n", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeletionMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeletionMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deletionMessage", "fluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletionMessage", "getterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the 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" : "DeletionMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeletionMessage", "sensitive" : false, "setterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the parameter group).", "setterMethodName" : "setDeletionMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the parameter group).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteParameterGroupResponse", "variableName" : "deleteParameterGroupResponse", "variableType" : "DeleteParameterGroupResponse", "documentation" : null, "simpleType" : "DeleteParameterGroupResponse", "variableSetterType" : "DeleteParameterGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSubnetGroupRequest" : { "c2jName" : "DeleteSubnetGroupRequest", "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" : "DeleteSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DeleteSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group to delete.

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

                                The name of the subnet group to delete.

                                \n@return The name of the subnet group to delete.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group to delete.

                                \n@param subnetGroupName The name of the subnet group to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                The name of the subnet group to delete.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                The name of the subnet group to delete.

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

                                The name of the subnet group to delete.

                                \n@return The name of the subnet group to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the subnet group to delete.

                                \n@param subnetGroupName The name of the subnet group to delete.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                The name of the subnet group to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group to delete.

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

                                The name of the subnet group to delete.

                                \n@return The name of the subnet group to delete.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group to delete.

                                \n@param subnetGroupName The name of the subnet group to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                The name of the subnet group to delete.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                The name of the subnet group to delete.

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

                                The name of the subnet group to delete.

                                \n@return The name of the subnet group to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the subnet group to delete.

                                \n@param subnetGroupName The name of the subnet group to delete.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                The name of the subnet group to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group to delete.

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

                                The name of the subnet group to delete.

                                \n@return The name of the subnet group to delete.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group to delete.

                                \n@param subnetGroupName The name of the subnet group to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                The name of the subnet group to delete.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                The name of the subnet group to delete.

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

                                The name of the subnet group to delete.

                                \n@return The name of the subnet group to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the subnet group to delete.

                                \n@param subnetGroupName The name of the subnet group to delete.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                The name of the subnet group to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubnetGroupName" ], "shapeName" : "DeleteSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSubnetGroupRequest", "variableName" : "deleteSubnetGroupRequest", "variableType" : "DeleteSubnetGroupRequest", "documentation" : null, "simpleType" : "DeleteSubnetGroupRequest", "variableSetterType" : "DeleteSubnetGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSubnetGroupResponse" : { "c2jName" : "DeleteSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeletionMessage", "beanStyleSetterMethodName" : "setDeletionMessage", "c2jName" : "DeletionMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

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

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@deprecated Use {@link #deletionMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionMessage(String)}\n", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeletionMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeletionMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deletionMessage", "fluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletionMessage", "getterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the subnet group).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeletionMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeletionMessage", "sensitive" : false, "setterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).", "setterMethodName" : "setDeletionMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeletionMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeletionMessage", "beanStyleSetterMethodName" : "setDeletionMessage", "c2jName" : "DeletionMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

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

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@deprecated Use {@link #deletionMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionMessage(String)}\n", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeletionMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeletionMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deletionMessage", "fluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletionMessage", "getterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the subnet group).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeletionMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeletionMessage", "sensitive" : false, "setterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).", "setterMethodName" : "setDeletionMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeletionMessage", "beanStyleSetterMethodName" : "setDeletionMessage", "c2jName" : "DeletionMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

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

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@deprecated Use {@link #deletionMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionMessage(String)}\n", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeletionMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeletionMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deletionMessage", "fluentSetterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletionMessage", "getterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@return A user-specified message for this action (i.e., a reason for deleting the subnet group).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DeletionMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DeletionMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeletionMessage", "sensitive" : false, "setterDocumentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                \n@param deletionMessage A user-specified message for this action (i.e., a reason for deleting the subnet group).", "setterMethodName" : "setDeletionMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deletionMessage", "variableType" : "String", "documentation" : "

                                A user-specified message for this action (i.e., a reason for deleting the subnet group).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSubnetGroupResponse", "variableName" : "deleteSubnetGroupResponse", "variableType" : "DeleteSubnetGroupResponse", "documentation" : null, "simpleType" : "DeleteSubnetGroupResponse", "variableSetterType" : "DeleteSubnetGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeClustersRequest" : { "c2jName" : "DescribeClustersRequest", "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" : "DescribeClusters", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DescribeClusters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getClusterNames", "beanStyleSetterMethodName" : "setClusterNames", "c2jName" : "ClusterNames", "c2jShape" : "ClusterNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the DAX clusters being described.

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

                                The names of the DAX clusters being described.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusterNames()} to see if a value was sent in this field.\n

                                \n@return The names of the DAX clusters being described.\n@deprecated Use {@link #clusterNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterNames(List)}\n", "documentation" : "

                                The names of the DAX clusters being described.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterNames", "fluentSetterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterNames", "getterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusterNames()} to see if a value was sent in this field.\n

                                \n@return The names of the DAX clusters being described.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ClusterNames", "sensitive" : false, "setterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.", "setterMethodName" : "setClusterNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusterNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusterNames", "variableType" : "java.util.List", "documentation" : "

                                The names of the DAX clusters being described.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClusterNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getClusterNames", "beanStyleSetterMethodName" : "setClusterNames", "c2jName" : "ClusterNames", "c2jShape" : "ClusterNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the DAX clusters being described.

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

                                The names of the DAX clusters being described.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusterNames()} to see if a value was sent in this field.\n

                                \n@return The names of the DAX clusters being described.\n@deprecated Use {@link #clusterNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterNames(List)}\n", "documentation" : "

                                The names of the DAX clusters being described.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterNames", "fluentSetterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterNames", "getterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusterNames()} to see if a value was sent in this field.\n

                                \n@return The names of the DAX clusters being described.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ClusterNames", "sensitive" : false, "setterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.", "setterMethodName" : "setClusterNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusterNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusterNames", "variableType" : "java.util.List", "documentation" : "

                                The names of the DAX clusters being described.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getClusterNames", "beanStyleSetterMethodName" : "setClusterNames", "c2jName" : "ClusterNames", "c2jShape" : "ClusterNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the DAX clusters being described.

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

                                The names of the DAX clusters being described.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusterNames()} to see if a value was sent in this field.\n

                                \n@return The names of the DAX clusters being described.\n@deprecated Use {@link #clusterNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterNames(List)}\n", "documentation" : "

                                The names of the DAX clusters being described.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterNames", "fluentSetterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterNames", "getterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusterNames()} to see if a value was sent in this field.\n

                                \n@return The names of the DAX clusters being described.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ClusterNames", "sensitive" : false, "setterDocumentation" : "

                                The names of the DAX clusters being described.

                                \n@param clusterNames The names of the DAX clusters being described.", "setterMethodName" : "setClusterNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusterNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusterNames", "variableType" : "java.util.List", "documentation" : "

                                The names of the DAX clusters being described.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeClustersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeClustersRequest", "variableName" : "describeClustersRequest", "variableType" : "DescribeClustersRequest", "documentation" : null, "simpleType" : "DescribeClustersRequest", "variableSetterType" : "DescribeClustersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeClustersResponse" : { "c2jName" : "DescribeClustersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getClusters", "beanStyleSetterMethodName" : "setClusters", "c2jName" : "Clusters", "c2jShape" : "ClusterList", "defaultConsumerFluentSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters 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 #clusters(List)}.\n@param clusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusters()} to see if a value was sent in this field.\n

                                \n@return The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@deprecated Use {@link #clusters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusters(List)}\n", "documentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Clusters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusters", "fluentSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusters", "getterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusters()} to see if a value was sent in this field.\n

                                \n@return The descriptions of your DAX clusters, in response to a DescribeClusters 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" : "Clusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Clusters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Cluster.Builder} avoiding the need to create one manually via {@link Cluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link Cluster.Builder#build()} is called immediately and its result is passed to {@link #member(Cluster)}.\n@param member a consumer that will call methods on {@link Cluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Cluster)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Cluster)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Cluster", "documentation" : 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" : "Cluster", "variableName" : "member", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "member", "variableType" : "Cluster", "documentation" : "", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cluster", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Cluster", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Clusters", "sensitive" : false, "setterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.", "setterMethodName" : "setClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusters", "variableType" : "java.util.List", "documentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Clusters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getClusters", "beanStyleSetterMethodName" : "setClusters", "c2jName" : "Clusters", "c2jShape" : "ClusterList", "defaultConsumerFluentSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters 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 #clusters(List)}.\n@param clusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusters()} to see if a value was sent in this field.\n

                                \n@return The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@deprecated Use {@link #clusters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusters(List)}\n", "documentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Clusters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusters", "fluentSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusters", "getterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusters()} to see if a value was sent in this field.\n

                                \n@return The descriptions of your DAX clusters, in response to a DescribeClusters 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" : "Clusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Clusters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Cluster.Builder} avoiding the need to create one manually via {@link Cluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link Cluster.Builder#build()} is called immediately and its result is passed to {@link #member(Cluster)}.\n@param member a consumer that will call methods on {@link Cluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Cluster)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Cluster)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Cluster", "documentation" : 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" : "Cluster", "variableName" : "member", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "member", "variableType" : "Cluster", "documentation" : "", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cluster", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Cluster", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Clusters", "sensitive" : false, "setterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.", "setterMethodName" : "setClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusters", "variableType" : "java.util.List", "documentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getClusters", "beanStyleSetterMethodName" : "setClusters", "c2jName" : "Clusters", "c2jShape" : "ClusterList", "defaultConsumerFluentSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters 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 #clusters(List)}.\n@param clusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusters()} to see if a value was sent in this field.\n

                                \n@return The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@deprecated Use {@link #clusters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusters(List)}\n", "documentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Clusters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusters", "fluentSetterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusters", "getterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n

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

                                \n

                                \nYou can use {@link #hasClusters()} to see if a value was sent in this field.\n

                                \n@return The descriptions of your DAX clusters, in response to a DescribeClusters 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" : "Clusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Clusters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Cluster.Builder} avoiding the need to create one manually via {@link Cluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link Cluster.Builder#build()} is called immediately and its result is passed to {@link #member(Cluster)}.\n@param member a consumer that will call methods on {@link Cluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Cluster)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Cluster)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Cluster", "documentation" : 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" : "Cluster", "variableName" : "member", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "member", "variableType" : "Cluster", "documentation" : "", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cluster", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Cluster", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Clusters", "sensitive" : false, "setterDocumentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                \n@param clusters The descriptions of your DAX clusters, in response to a DescribeClusters request.", "setterMethodName" : "setClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "clusters", "variableType" : "java.util.List", "documentation" : "

                                The descriptions of your DAX clusters, in response to a DescribeClusters request.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeClustersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeClustersResponse", "variableName" : "describeClustersResponse", "variableType" : "DescribeClustersResponse", "documentation" : null, "simpleType" : "DescribeClustersResponse", "variableSetterType" : "DescribeClustersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDefaultParametersRequest" : { "c2jName" : "DescribeDefaultParametersRequest", "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" : "DescribeDefaultParameters", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DescribeDefaultParameters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDefaultParametersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeDefaultParametersRequest", "variableName" : "describeDefaultParametersRequest", "variableType" : "DescribeDefaultParametersRequest", "documentation" : null, "simpleType" : "DescribeDefaultParametersRequest", "variableSetterType" : "DescribeDefaultParametersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDefaultParametersResponse" : { "c2jName" : "DescribeDefaultParametersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParameterList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of parameters. Each element in the list represents 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters. Each element in the list represents one parameter.\n@deprecated Use {@link #parameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameters(List)}\n", "documentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters. Each element in the list represents 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parameter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parameter", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.", "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 parameters. Each element in the list represents one parameter.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Parameters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParameterList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of parameters. Each element in the list represents 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters. Each element in the list represents one parameter.\n@deprecated Use {@link #parameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameters(List)}\n", "documentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters. Each element in the list represents 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parameter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parameter", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.", "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 parameters. Each element in the list represents one parameter.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParameterList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of parameters. Each element in the list represents 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters. Each element in the list represents one parameter.\n@deprecated Use {@link #parameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameters(List)}\n", "documentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                A list of parameters. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters. Each element in the list represents 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parameter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parameter", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 parameters. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters. Each element in the list represents one parameter.", "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 parameters. Each element in the list represents one parameter.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDefaultParametersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeDefaultParametersResponse", "variableName" : "describeDefaultParametersResponse", "variableType" : "DescribeDefaultParametersResponse", "documentation" : null, "simpleType" : "DescribeDefaultParametersResponse", "variableSetterType" : "DescribeDefaultParametersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeEventsRequest" : { "c2jName" : "DescribeEventsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeEvents", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DescribeEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceName", "beanStyleSetterMethodName" : "setSourceName", "c2jName" : "SourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then 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 #sourceName(String)}.\n@param sourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@return The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@deprecated Use {@link #sourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceName(String)}\n", "documentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceName", "fluentSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceName", "getterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@return The identifier of the event source for which events will be returned. If not specified, then 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" : "SourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceName", "sensitive" : false, "setterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.", "setterMethodName" : "setSourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                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\n@deprecated Use {@link #sourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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\n@deprecated Use {@link #sourceType(String)}\n", "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, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\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.

                                \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.", "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.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.", "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.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\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.

                                \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.", "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.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.", "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.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of minutes' worth of events to retrieve.

                                \n@return The number of minutes' worth of events to retrieve.\n@deprecated Use {@link #duration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #duration(Integer)}\n", "documentation" : "

                                The number of minutes' worth of events to retrieve.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Duration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDuration", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Duration" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of minutes' worth of events to retrieve.

                                \n@return The number of minutes' worth of events to retrieve.\n@deprecated Use {@link #duration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #duration(Integer)}\n", "documentation" : "

                                The number of minutes' worth of events to retrieve.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Duration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDuration", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "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.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\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.

                                \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.", "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.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.", "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.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceName", "beanStyleSetterMethodName" : "setSourceName", "c2jName" : "SourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then 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 #sourceName(String)}.\n@param sourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@return The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@deprecated Use {@link #sourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceName(String)}\n", "documentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceName", "fluentSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceName", "getterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@return The identifier of the event source for which events will be returned. If not specified, then 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" : "SourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceName", "sensitive" : false, "setterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.", "setterMethodName" : "setSourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceType" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                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\n@deprecated Use {@link #sourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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\n@deprecated Use {@link #sourceType(String)}\n", "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, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\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.

                                \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.", "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.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.", "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.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceName", "beanStyleSetterMethodName" : "setSourceName", "c2jName" : "SourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then 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 #sourceName(String)}.\n@param sourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@return The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@deprecated Use {@link #sourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceName(String)}\n", "documentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceName", "fluentSetterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceName", "getterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@return The identifier of the event source for which events will be returned. If not specified, then 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" : "SourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceName", "sensitive" : false, "setterDocumentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                \n@param sourceName The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.", "setterMethodName" : "setSourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : "

                                The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                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\n@deprecated Use {@link #sourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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\n@deprecated Use {@link #sourceType(String)}\n", "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, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\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.

                                \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.", "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.

                                \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.", "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.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\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.

                                \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.", "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.

                                \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.", "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.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of minutes' worth of events to retrieve.

                                \n@return The number of minutes' worth of events to retrieve.\n@deprecated Use {@link #duration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #duration(Integer)}\n", "documentation" : "

                                The number of minutes' worth of events to retrieve.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Duration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDuration", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "DescribeEventsResponse" : { "c2jName" : "DescribeEventsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of events. Each element in the array represents 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n

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

                                \n

                                \nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

                                \n@return An array of events. Each element in the array represents one event.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents one event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

                                An array of events. Each element in the array represents one event.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents one event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n

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

                                \n

                                \nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

                                \n@return An array of events. Each element in the array represents 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Event)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Event", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Event", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents 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" : "

                                An array of events. Each element in the array represents one event.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of events. Each element in the array represents 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n

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

                                \n

                                \nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

                                \n@return An array of events. Each element in the array represents one event.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents one event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

                                An array of events. Each element in the array represents one event.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents one event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n

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

                                \n

                                \nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

                                \n@return An array of events. Each element in the array represents 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Event)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Event", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Event", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents 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" : "

                                An array of events. Each element in the array represents one event.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of events. Each element in the array represents 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n

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

                                \n

                                \nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

                                \n@return An array of events. Each element in the array represents one event.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents one event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

                                An array of events. Each element in the array represents one event.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents one event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n

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

                                \n

                                \nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

                                \n@return An array of events. Each element in the array represents 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Event)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Event", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Event", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

                                An array of events. Each element in the array represents one event.

                                \n@param events An array of events. Each element in the array represents 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" : "

                                An array of events. Each element in the array represents one event.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEventsResponse", "variableName" : "describeEventsResponse", "variableType" : "DescribeEventsResponse", "documentation" : null, "simpleType" : "DescribeEventsResponse", "variableSetterType" : "DescribeEventsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeParameterGroupsRequest" : { "c2jName" : "DescribeParameterGroupsRequest", "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" : "DescribeParameterGroups", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DescribeParameterGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterGroupNames", "beanStyleSetterMethodName" : "setParameterGroupNames", "c2jName" : "ParameterGroupNames", "c2jShape" : "ParameterGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the parameter groups.

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

                                The names of the parameter groups.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroupNames()} to see if a value was sent in this field.\n

                                \n@return The names of the parameter groups.\n@deprecated Use {@link #parameterGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the parameter groups.

                                \n@param parameterGroupNames The names of the parameter groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupNames(List)}\n", "documentation" : "

                                The names of the parameter groups.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupNames", "fluentSetterDocumentation" : "

                                The names of the parameter groups.

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

                                The names of the parameter groups.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroupNames()} to see if a value was sent in this field.\n

                                \n@return The names of the parameter groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The names of the parameter groups.

                                \n@param parameterGroupNames The names of the parameter groups.", "setterMethodName" : "setParameterGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The names of the parameter groups.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterGroupNames", "beanStyleSetterMethodName" : "setParameterGroupNames", "c2jName" : "ParameterGroupNames", "c2jShape" : "ParameterGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the parameter groups.

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

                                The names of the parameter groups.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroupNames()} to see if a value was sent in this field.\n

                                \n@return The names of the parameter groups.\n@deprecated Use {@link #parameterGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the parameter groups.

                                \n@param parameterGroupNames The names of the parameter groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupNames(List)}\n", "documentation" : "

                                The names of the parameter groups.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupNames", "fluentSetterDocumentation" : "

                                The names of the parameter groups.

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

                                The names of the parameter groups.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroupNames()} to see if a value was sent in this field.\n

                                \n@return The names of the parameter groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The names of the parameter groups.

                                \n@param parameterGroupNames The names of the parameter groups.", "setterMethodName" : "setParameterGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The names of the parameter groups.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterGroupNames", "beanStyleSetterMethodName" : "setParameterGroupNames", "c2jName" : "ParameterGroupNames", "c2jShape" : "ParameterGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the parameter groups.

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

                                The names of the parameter groups.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroupNames()} to see if a value was sent in this field.\n

                                \n@return The names of the parameter groups.\n@deprecated Use {@link #parameterGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the parameter groups.

                                \n@param parameterGroupNames The names of the parameter groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupNames(List)}\n", "documentation" : "

                                The names of the parameter groups.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupNames", "fluentSetterDocumentation" : "

                                The names of the parameter groups.

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

                                The names of the parameter groups.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroupNames()} to see if a value was sent in this field.\n

                                \n@return The names of the parameter groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The names of the parameter groups.

                                \n@param parameterGroupNames The names of the parameter groups.", "setterMethodName" : "setParameterGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The names of the parameter groups.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeParameterGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeParameterGroupsRequest", "variableName" : "describeParameterGroupsRequest", "variableType" : "DescribeParameterGroupsRequest", "documentation" : null, "simpleType" : "DescribeParameterGroupsRequest", "variableSetterType" : "DescribeParameterGroupsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeParameterGroupsResponse" : { "c2jName" : "DescribeParameterGroupsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterGroups", "beanStyleSetterMethodName" : "setParameterGroups", "c2jName" : "ParameterGroups", "c2jShape" : "ParameterGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one 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 #parameterGroups(List)}.\n@param parameterGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroups()} to see if a value was sent in this field.\n

                                \n@return An array of parameter groups. Each element in the array represents one parameter group.\n@deprecated Use {@link #parameterGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroups(List)}\n", "documentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroups", "fluentSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroups", "getterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroups()} to see if a value was sent in this field.\n

                                \n@return An array of parameter groups. Each element in the array represents one 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" : "ParameterGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterGroup.Builder} avoiding the need to create one manually via {@link ParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterGroup)}.\n@param member a consumer that will call methods on {@link ParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ParameterGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : 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" : "ParameterGroup", "variableName" : "member", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "member", "variableType" : "ParameterGroup", "documentation" : "", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ParameterGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterGroups", "sensitive" : false, "setterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.", "setterMethodName" : "setParameterGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroups", "variableType" : "java.util.List", "documentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterGroups", "beanStyleSetterMethodName" : "setParameterGroups", "c2jName" : "ParameterGroups", "c2jShape" : "ParameterGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one 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 #parameterGroups(List)}.\n@param parameterGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroups()} to see if a value was sent in this field.\n

                                \n@return An array of parameter groups. Each element in the array represents one parameter group.\n@deprecated Use {@link #parameterGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroups(List)}\n", "documentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroups", "fluentSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroups", "getterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroups()} to see if a value was sent in this field.\n

                                \n@return An array of parameter groups. Each element in the array represents one 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" : "ParameterGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterGroup.Builder} avoiding the need to create one manually via {@link ParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterGroup)}.\n@param member a consumer that will call methods on {@link ParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ParameterGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : 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" : "ParameterGroup", "variableName" : "member", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "member", "variableType" : "ParameterGroup", "documentation" : "", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ParameterGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterGroups", "sensitive" : false, "setterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.", "setterMethodName" : "setParameterGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroups", "variableType" : "java.util.List", "documentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterGroups", "beanStyleSetterMethodName" : "setParameterGroups", "c2jName" : "ParameterGroups", "c2jShape" : "ParameterGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one 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 #parameterGroups(List)}.\n@param parameterGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroups()} to see if a value was sent in this field.\n

                                \n@return An array of parameter groups. Each element in the array represents one parameter group.\n@deprecated Use {@link #parameterGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroups(List)}\n", "documentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroups", "fluentSetterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroups", "getterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameterGroups()} to see if a value was sent in this field.\n

                                \n@return An array of parameter groups. Each element in the array represents one 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" : "ParameterGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterGroup.Builder} avoiding the need to create one manually via {@link ParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterGroup)}.\n@param member a consumer that will call methods on {@link ParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ParameterGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : 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" : "ParameterGroup", "variableName" : "member", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "member", "variableType" : "ParameterGroup", "documentation" : "", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ParameterGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterGroups", "sensitive" : false, "setterDocumentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                \n@param parameterGroups An array of parameter groups. Each element in the array represents one parameter group.", "setterMethodName" : "setParameterGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterGroups", "variableType" : "java.util.List", "documentation" : "

                                An array of parameter groups. Each element in the array represents one parameter group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeParameterGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeParameterGroupsResponse", "variableName" : "describeParameterGroupsResponse", "variableType" : "DescribeParameterGroupsResponse", "documentation" : null, "simpleType" : "DescribeParameterGroupsResponse", "variableSetterType" : "DescribeParameterGroupsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeParametersRequest" : { "c2jName" : "DescribeParametersRequest", "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" : "DescribeParameters", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DescribeParameters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined parameter.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined parameter.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined parameter.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParameterGroupName" ], "shapeName" : "DescribeParametersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeParametersRequest", "variableName" : "describeParametersRequest", "variableType" : "DescribeParametersRequest", "documentation" : null, "simpleType" : "DescribeParametersRequest", "variableSetterType" : "DescribeParametersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeParametersResponse" : { "c2jName" : "DescribeParametersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParameterList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters within a parameter group. Each element in the list represents one parameter.\n@deprecated Use {@link #parameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameters(List)}\n", "documentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters within a parameter group. Each element in the list represents 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parameter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parameter", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.", "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 parameters within a parameter group. Each element in the list represents one parameter.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Parameters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParameterList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters within a parameter group. Each element in the list represents one parameter.\n@deprecated Use {@link #parameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameters(List)}\n", "documentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters within a parameter group. Each element in the list represents 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parameter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parameter", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.", "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 parameters within a parameter group. Each element in the list represents one parameter.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParameterList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters within a parameter group. Each element in the list represents one parameter.\n@deprecated Use {@link #parameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameters(List)}\n", "documentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                A list of parameters within a parameter group. Each element in the list represents one parameter.

                                \n

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

                                \n

                                \nYou can use {@link #hasParameters()} to see if a value was sent in this field.\n

                                \n@return A list of parameters within a parameter group. Each element in the list represents 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parameter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parameter", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 parameters within a parameter group. Each element in the list represents one parameter.

                                \n@param parameters A list of parameters within a parameter group. Each element in the list represents one parameter.", "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 parameters within a parameter group. Each element in the list represents one parameter.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeParametersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeParametersResponse", "variableName" : "describeParametersResponse", "variableType" : "DescribeParametersResponse", "documentation" : null, "simpleType" : "DescribeParametersResponse", "variableSetterType" : "DescribeParametersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSubnetGroupsRequest" : { "c2jName" : "DescribeSubnetGroupsRequest", "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" : "DescribeSubnetGroups", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.DescribeSubnetGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetGroupNames", "beanStyleSetterMethodName" : "setSubnetGroupNames", "c2jName" : "SubnetGroupNames", "c2jShape" : "SubnetGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group.

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

                                The name of the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroupNames()} to see if a value was sent in this field.\n

                                \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group.

                                \n@param subnetGroupNames The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupNames(List)}\n", "documentation" : "

                                The name of the subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupNames", "fluentSetterDocumentation" : "

                                The name of the subnet group.

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

                                The name of the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroupNames()} to see if a value was sent in this field.\n

                                \n@return The name of the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The name of the subnet group.

                                \n@param subnetGroupNames The name of the subnet group.", "setterMethodName" : "setSubnetGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The name of the subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroupNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetGroupNames", "beanStyleSetterMethodName" : "setSubnetGroupNames", "c2jName" : "SubnetGroupNames", "c2jShape" : "SubnetGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group.

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

                                The name of the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroupNames()} to see if a value was sent in this field.\n

                                \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group.

                                \n@param subnetGroupNames The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupNames(List)}\n", "documentation" : "

                                The name of the subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupNames", "fluentSetterDocumentation" : "

                                The name of the subnet group.

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

                                The name of the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroupNames()} to see if a value was sent in this field.\n

                                \n@return The name of the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The name of the subnet group.

                                \n@param subnetGroupNames The name of the subnet group.", "setterMethodName" : "setSubnetGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The name of the subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetGroupNames", "beanStyleSetterMethodName" : "setSubnetGroupNames", "c2jName" : "SubnetGroupNames", "c2jShape" : "SubnetGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subnet group.

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

                                The name of the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroupNames()} to see if a value was sent in this field.\n

                                \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subnet group.

                                \n@param subnetGroupNames The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupNames(List)}\n", "documentation" : "

                                The name of the subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupNames", "fluentSetterDocumentation" : "

                                The name of the subnet group.

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

                                The name of the subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroupNames()} to see if a value was sent in this field.\n

                                \n@return The name of the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The name of the subnet group.

                                \n@param subnetGroupNames The name of the subnet group.", "setterMethodName" : "setSubnetGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The name of the subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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 #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@return The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                \n@param maxResults The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

                                The value for MaxResults must be between 20 and 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSubnetGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSubnetGroupsRequest", "variableName" : "describeSubnetGroupsRequest", "variableType" : "DescribeSubnetGroupsRequest", "documentation" : null, "simpleType" : "DescribeSubnetGroupsRequest", "variableSetterType" : "DescribeSubnetGroupsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSubnetGroupsResponse" : { "c2jName" : "DescribeSubnetGroupsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetGroups", "beanStyleSetterMethodName" : "setSubnetGroups", "c2jName" : "SubnetGroups", "c2jShape" : "SubnetGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single 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 #subnetGroups(List)}.\n@param subnetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroups()} to see if a value was sent in this field.\n

                                \n@return An array of subnet groups. Each element in the array represents a single subnet group.\n@deprecated Use {@link #subnetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroups(List)}\n", "documentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroups", "fluentSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroups", "getterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroups()} to see if a value was sent in this field.\n

                                \n@return An array of subnet groups. Each element in the array represents a single 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" : "SubnetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetGroup.Builder} avoiding the need to create one manually via {@link SubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetGroup)}.\n@param member a consumer that will call methods on {@link SubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : 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" : "SubnetGroup", "variableName" : "member", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "member", "variableType" : "SubnetGroup", "documentation" : "", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetGroups", "sensitive" : false, "setterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.", "setterMethodName" : "setSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroups", "variableType" : "java.util.List", "documentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetGroups", "beanStyleSetterMethodName" : "setSubnetGroups", "c2jName" : "SubnetGroups", "c2jShape" : "SubnetGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single 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 #subnetGroups(List)}.\n@param subnetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroups()} to see if a value was sent in this field.\n

                                \n@return An array of subnet groups. Each element in the array represents a single subnet group.\n@deprecated Use {@link #subnetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroups(List)}\n", "documentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroups", "fluentSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroups", "getterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroups()} to see if a value was sent in this field.\n

                                \n@return An array of subnet groups. Each element in the array represents a single 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" : "SubnetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetGroup.Builder} avoiding the need to create one manually via {@link SubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetGroup)}.\n@param member a consumer that will call methods on {@link SubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : 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" : "SubnetGroup", "variableName" : "member", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "member", "variableType" : "SubnetGroup", "documentation" : "", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetGroups", "sensitive" : false, "setterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.", "setterMethodName" : "setSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroups", "variableType" : "java.util.List", "documentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@return Provides an identifier to allow retrieval of paginated results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken 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" : "nextToken", "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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                \n@param nextToken Provides an identifier to allow retrieval of paginated results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                Provides an identifier to allow retrieval of paginated results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetGroups", "beanStyleSetterMethodName" : "setSubnetGroups", "c2jName" : "SubnetGroups", "c2jShape" : "SubnetGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single 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 #subnetGroups(List)}.\n@param subnetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroups()} to see if a value was sent in this field.\n

                                \n@return An array of subnet groups. Each element in the array represents a single subnet group.\n@deprecated Use {@link #subnetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroups(List)}\n", "documentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroups", "fluentSetterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroups", "getterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n

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

                                \n

                                \nYou can use {@link #hasSubnetGroups()} to see if a value was sent in this field.\n

                                \n@return An array of subnet groups. Each element in the array represents a single 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" : "SubnetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetGroup.Builder} avoiding the need to create one manually via {@link SubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetGroup)}.\n@param member a consumer that will call methods on {@link SubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : 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" : "SubnetGroup", "variableName" : "member", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "member", "variableType" : "SubnetGroup", "documentation" : "", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetGroups", "sensitive" : false, "setterDocumentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                \n@param subnetGroups An array of subnet groups. Each element in the array represents a single subnet group.", "setterMethodName" : "setSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetGroups", "variableType" : "java.util.List", "documentation" : "

                                An array of subnet groups. Each element in the array represents a single subnet group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSubnetGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSubnetGroupsResponse", "variableName" : "describeSubnetGroupsResponse", "variableType" : "DescribeSubnetGroupsResponse", "documentation" : null, "simpleType" : "DescribeSubnetGroupsResponse", "variableSetterType" : "DescribeSubnetGroupsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "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 the configuration endpoint for a DAX cluster, or to an individual node within the 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The DNS hostname of the endpoint.

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

                                The DNS hostname of the endpoint.

                                \n@return The DNS hostname of the endpoint.\n@deprecated Use {@link #address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The DNS hostname of the endpoint.

                                \n@param address The DNS hostname of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #address(String)}\n", "documentation" : "

                                The DNS hostname of the endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                The DNS hostname of the endpoint.

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

                                The DNS hostname of the endpoint.

                                \n@return The DNS hostname of the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 endpoint.

                                \n@param address The DNS hostname of the endpoint.", "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 endpoint.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

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

                                The port number that applications should use to connect to the endpoint.

                                \n@return The port number that applications should use to connect to the endpoint.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                The port number that applications should use to connect to the endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@return The port number that applications should use to connect to the endpoint.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                The port number that applications should use to connect to the endpoint.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Address" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The DNS hostname of the endpoint.

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

                                The DNS hostname of the endpoint.

                                \n@return The DNS hostname of the endpoint.\n@deprecated Use {@link #address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The DNS hostname of the endpoint.

                                \n@param address The DNS hostname of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #address(String)}\n", "documentation" : "

                                The DNS hostname of the endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                The DNS hostname of the endpoint.

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

                                The DNS hostname of the endpoint.

                                \n@return The DNS hostname of the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 endpoint.

                                \n@param address The DNS hostname of the endpoint.", "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 endpoint.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

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

                                The port number that applications should use to connect to the endpoint.

                                \n@return The port number that applications should use to connect to the endpoint.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                The port number that applications should use to connect to the endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@return The port number that applications should use to connect to the endpoint.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                The port number that applications should use to connect to the endpoint.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The DNS hostname of the endpoint.

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

                                The DNS hostname of the endpoint.

                                \n@return The DNS hostname of the endpoint.\n@deprecated Use {@link #address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The DNS hostname of the endpoint.

                                \n@param address The DNS hostname of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #address(String)}\n", "documentation" : "

                                The DNS hostname of the endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                The DNS hostname of the endpoint.

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

                                The DNS hostname of the endpoint.

                                \n@return The DNS hostname of the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 endpoint.

                                \n@param address The DNS hostname of the endpoint.", "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 endpoint.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

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

                                The port number that applications should use to connect to the endpoint.

                                \n@return The port number that applications should use to connect to the endpoint.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                The port number that applications should use to connect to the endpoint.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@return The port number that applications should use to connect to the endpoint.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                The port number that applications should use to connect to the endpoint.

                                \n@param port The port number that applications should use to connect to the endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                The port number that applications should use to connect to the endpoint.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "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 DAX cluster, adding or removing a 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceName", "beanStyleSetterMethodName" : "setSourceName", "c2jName" : "SourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node 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 #sourceName(String)}.\n@param sourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@return The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@deprecated Use {@link #sourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceName(String)}\n", "documentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceName", "fluentSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceName", "getterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@return The source of the event. For example, if the event occurred at the node level, the source would be the node 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" : "SourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceName", "sensitive" : false, "setterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.", "setterMethodName" : "setSourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, etc.\n@see SourceType\n@deprecated Use {@link #sourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType\n@deprecated Use {@link #sourceType(String)}\n", "documentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, 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 node ID, 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 node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, etc.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-defined message associated with 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@return A user-defined message associated with the event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                A user-defined message associated with the event.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@return A user-defined message associated with 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" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with 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" : "

                                A user-defined message associated with the event.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time when the event occurred.

                                \n@return The date and time when the event occurred.\n@deprecated Use {@link #date()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #date(Instant)}\n", "documentation" : "

                                The date and time when the event occurred.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Date property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDate", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Date" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time when the event occurred.

                                \n@return The date and time when the event occurred.\n@deprecated Use {@link #date()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #date(Instant)}\n", "documentation" : "

                                The date and time when the event occurred.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Date property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDate", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-defined message associated with 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@return A user-defined message associated with the event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                A user-defined message associated with the event.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@return A user-defined message associated with 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" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with 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" : "

                                A user-defined message associated with the event.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceName", "beanStyleSetterMethodName" : "setSourceName", "c2jName" : "SourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node 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 #sourceName(String)}.\n@param sourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@return The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@deprecated Use {@link #sourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceName(String)}\n", "documentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceName", "fluentSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceName", "getterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@return The source of the event. For example, if the event occurred at the node level, the source would be the node 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" : "SourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceName", "sensitive" : false, "setterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.", "setterMethodName" : "setSourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, etc.\n@see SourceType\n@deprecated Use {@link #sourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType\n@deprecated Use {@link #sourceType(String)}\n", "documentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, 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 node ID, 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 node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, etc.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceName", "beanStyleSetterMethodName" : "setSourceName", "c2jName" : "SourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node 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 #sourceName(String)}.\n@param sourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@return The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@deprecated Use {@link #sourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceName(String)}\n", "documentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceName", "fluentSetterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceName", "getterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@return The source of the event. For example, if the event occurred at the node level, the source would be the node 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" : "SourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceName", "sensitive" : false, "setterDocumentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                \n@param sourceName The source of the event. For example, if the event occurred at the node level, the source would be the node ID.", "setterMethodName" : "setSourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceName", "variableType" : "String", "documentation" : "

                                The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, etc.\n@see SourceType\n@deprecated Use {@link #sourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType\n@deprecated Use {@link #sourceType(String)}\n", "documentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, 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 node ID, 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 node ID, etc.

                                \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a node ID, 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 node ID, etc.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A user-defined message associated with 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@return A user-defined message associated with the event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                A user-defined message associated with the event.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                A user-defined message associated with the event.

                                \n@return A user-defined message associated with 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" : "

                                A user-defined message associated with the event.

                                \n@param message A user-defined message associated with 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" : "

                                A user-defined message associated with the event.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time when the event occurred.

                                \n@return The date and time when the event occurred.\n@deprecated Use {@link #date()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #date(Instant)}\n", "documentation" : "

                                The date and time when the event occurred.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Date property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDate", "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" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "IncreaseReplicationFactorRequest" : { "c2jName" : "IncreaseReplicationFactorRequest", "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" : "IncreaseReplicationFactor", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.IncreaseReplicationFactor", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@return The name of the DAX cluster that will receive additional nodes.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@return The name of the DAX cluster that will receive additional 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewReplicationFactor", "beanStyleSetterMethodName" : "setNewReplicationFactor", "c2jName" : "NewReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The new number of nodes for the DAX 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 #newReplicationFactor(Integer)}.\n@param newReplicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX cluster.\n@deprecated Use {@link #newReplicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newReplicationFactor(Integer)}\n", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicationFactor", "fluentSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicationFactor", "getterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX 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" : "NewReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.", "setterMethodName" : "setNewReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

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

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

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

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@return The name of the DAX cluster that will receive additional nodes.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@return The name of the DAX cluster that will receive additional 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewReplicationFactor" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewReplicationFactor", "beanStyleSetterMethodName" : "setNewReplicationFactor", "c2jName" : "NewReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The new number of nodes for the DAX 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 #newReplicationFactor(Integer)}.\n@param newReplicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX cluster.\n@deprecated Use {@link #newReplicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newReplicationFactor(Integer)}\n", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicationFactor", "fluentSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicationFactor", "getterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX 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" : "NewReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.", "setterMethodName" : "setNewReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional 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 #clusterName(String)}.\n@param clusterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clusterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@return The name of the DAX cluster that will receive additional nodes.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@return The name of the DAX cluster that will receive additional 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" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                \n@param clusterName The name of the DAX cluster that will receive additional nodes.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster that will receive additional nodes.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewReplicationFactor", "beanStyleSetterMethodName" : "setNewReplicationFactor", "c2jName" : "NewReplicationFactor", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The new number of nodes for the DAX 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 #newReplicationFactor(Integer)}.\n@param newReplicationFactor a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicationFactor(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX cluster.\n@deprecated Use {@link #newReplicationFactor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newReplicationFactor(Integer)}\n", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewReplicationFactor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewReplicationFactor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicationFactor", "fluentSetterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicationFactor", "getterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@return The new number of nodes for the DAX 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" : "NewReplicationFactor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicationFactor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicationFactor", "sensitive" : false, "setterDocumentation" : "

                                The new number of nodes for the DAX cluster.

                                \n@param newReplicationFactor The new number of nodes for the DAX cluster.", "setterMethodName" : "setNewReplicationFactor", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicationFactor", "variableType" : "Integer", "documentation" : "

                                The new number of nodes for the DAX cluster.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

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

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n

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

                                \n

                                \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                \n@return The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                \n@param availabilityZones The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ClusterName", "NewReplicationFactor" ], "shapeName" : "IncreaseReplicationFactorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncreaseReplicationFactorRequest", "variableName" : "increaseReplicationFactorRequest", "variableType" : "IncreaseReplicationFactorRequest", "documentation" : null, "simpleType" : "IncreaseReplicationFactorRequest", "variableSetterType" : "IncreaseReplicationFactorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "IncreaseReplicationFactorResponse" : { "c2jName" : "IncreaseReplicationFactorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

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

                                A description of the DAX cluster. with its new replication factor.

                                \n@return A description of the DAX cluster. with its new replication factor.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@return A description of the DAX cluster. with its new replication factor.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cluster" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

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

                                A description of the DAX cluster. with its new replication factor.

                                \n@return A description of the DAX cluster. with its new replication factor.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@return A description of the DAX cluster. with its new replication factor.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

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

                                A description of the DAX cluster. with its new replication factor.

                                \n@return A description of the DAX cluster. with its new replication factor.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@return A description of the DAX cluster. with its new replication factor.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                \n@param cluster A description of the DAX cluster. with its new replication factor.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster. with its new replication factor.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncreaseReplicationFactorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IncreaseReplicationFactorResponse", "variableName" : "increaseReplicationFactorResponse", "variableType" : "IncreaseReplicationFactorResponse", "documentation" : null, "simpleType" : "IncreaseReplicationFactorResponse", "variableSetterType" : "IncreaseReplicationFactorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InsufficientClusterCapacityException" : { "c2jName" : "InsufficientClusterCapacityFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InsufficientClusterCapacityFault", "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" : "InsufficientClusterCapacityException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InsufficientClusterCapacityException", "variableName" : "insufficientClusterCapacityException", "variableType" : "InsufficientClusterCapacityException", "documentation" : null, "simpleType" : "InsufficientClusterCapacityException", "variableSetterType" : "InsufficientClusterCapacityException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidArnException" : { "c2jName" : "InvalidARNFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The Amazon Resource Name (ARN) supplied in the request is not valid.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidARNFault", "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" : "InvalidArnException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArnException", "variableName" : "invalidArnException", "variableType" : "InvalidArnException", "documentation" : null, "simpleType" : "InvalidArnException", "variableSetterType" : "InvalidArnException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidClusterStateException" : { "c2jName" : "InvalidClusterStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The requested DAX cluster is not in the available state.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidClusterStateFault", "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" : "InvalidClusterStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidClusterStateException", "variableName" : "invalidClusterStateException", "variableType" : "InvalidClusterStateException", "documentation" : null, "simpleType" : "InvalidClusterStateException", "variableSetterType" : "InvalidClusterStateException" }, "wrapper" : false, "xmlNamespace" : null }, "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" : "InvalidParameterCombinationException", "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" : "InvalidParameterCombinationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterCombinationException", "variableName" : "invalidParameterCombinationException", "variableType" : "InvalidParameterCombinationException", "documentation" : null, "simpleType" : "InvalidParameterCombinationException", "variableSetterType" : "InvalidParameterCombinationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidParameterGroupStateException" : { "c2jName" : "InvalidParameterGroupStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                One or more parameters in a parameter group are in an invalid state.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterGroupStateFault", "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" : "InvalidParameterGroupStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterGroupStateException", "variableName" : "invalidParameterGroupStateException", "variableType" : "InvalidParameterGroupStateException", "documentation" : null, "simpleType" : "InvalidParameterGroupStateException", "variableSetterType" : "InvalidParameterGroupStateException" }, "wrapper" : false, "xmlNamespace" : null }, "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" : "InvalidParameterValueException", "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" : "InvalidParameterValueException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValueException", "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "wrapper" : false, "xmlNamespace" : null }, "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" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSubnetException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSubnetException", "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "wrapper" : false, "xmlNamespace" : null }, "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" : null, "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, "xmlNamespace" : null }, "IsModifiable" : { "c2jName" : "IsModifiable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TRUE", "value" : "TRUE" }, { "name" : "FALSE", "value" : "FALSE" }, { "name" : "CONDITIONAL", "value" : "CONDITIONAL" } ], "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" : "IsModifiable", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IsModifiable", "variableName" : "isModifiable", "variableType" : "IsModifiable", "documentation" : null, "simpleType" : "IsModifiable", "variableSetterType" : "IsModifiable" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsRequest" : { "c2jName" : "ListTagsRequest", "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" : "ListTags", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.ListTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

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

                                The name of the DAX resource to which the tags belong.

                                \n@return The name of the DAX resource to which the tags belong.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                The name of the DAX resource to which the tags belong.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@return The name of the DAX resource to which the tags belong.", "getterModel" : { "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 name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.", "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 name of the DAX resource to which the tags belong.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

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

                                The name of the DAX resource to which the tags belong.

                                \n@return The name of the DAX resource to which the tags belong.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                The name of the DAX resource to which the tags belong.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@return The name of the DAX resource to which the tags belong.", "getterModel" : { "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 name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.", "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 name of the DAX resource to which the tags belong.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

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

                                The name of the DAX resource to which the tags belong.

                                \n@return The name of the DAX resource to which the tags belong.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                The name of the DAX resource to which the tags belong.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                The name of the DAX resource to which the tags belong.

                                \n@return The name of the DAX resource to which the tags belong.", "getterModel" : { "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 name of the DAX resource to which the tags belong.

                                \n@param resourceName The name of the DAX resource to which the tags belong.", "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 name of the DAX resource to which the tags belong.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

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

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@return An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                \n@param nextToken An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceName" ], "shapeName" : "ListTagsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsRequest", "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "documentation" : null, "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsResponse" : { "c2jName" : "ListTagsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of tags currently associated with the DAX 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags currently associated with the DAX cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A list of tags currently associated with the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags currently associated with the DAX 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.", "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 tags currently associated with the DAX cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@return If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@return If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@return If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@return If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of tags currently associated with the DAX 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags currently associated with the DAX cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A list of tags currently associated with the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags currently associated with the DAX 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.", "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 tags currently associated with the DAX cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of tags currently associated with the DAX 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags currently associated with the DAX cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A list of tags currently associated with the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n

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

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags currently associated with the DAX 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A list of tags currently associated with the DAX cluster.

                                \n@param tags A list of tags currently associated with the DAX cluster.", "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 tags currently associated with the DAX cluster.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@return If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@return If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                \n@param nextToken If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsResponse", "variableName" : "listTagsResponse", "variableType" : "ListTagsResponse", "documentation" : null, "simpleType" : "ListTagsResponse", "variableSetterType" : "ListTagsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Node" : { "c2jName" : "Node", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents an individual node within a DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeId", "beanStyleSetterMethodName" : "setNodeId", "c2jName" : "NodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A system-generated identifier for 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 #nodeId(String)}.\n@param nodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@return A system-generated identifier for the node.\n@deprecated Use {@link #nodeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeId(String)}\n", "documentation" : "

                                A system-generated identifier for the node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeId", "fluentSetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeId", "getterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@return A system-generated identifier for the 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" : "NodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeId", "sensitive" : false, "setterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.", "setterMethodName" : "setNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : "

                                A system-generated identifier for the node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@return The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #endpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpoint(Endpoint)}\n", "documentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Endpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpoint", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@return The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "setterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeCreateTime", "beanStyleSetterMethodName" : "setNodeCreateTime", "c2jName" : "NodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \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 #nodeCreateTime(Instant)}.\n@param nodeCreateTime 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 #nodeCreateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@return The date and time (in UNIX epoch format) when the node was launched.\n@deprecated Use {@link #nodeCreateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeCreateTime(Instant)}\n", "documentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeCreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeCreateTime", "fluentSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeCreateTime", "getterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@return The date and time (in UNIX epoch format) when the node was launched.", "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" : "NodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.", "setterMethodName" : "setNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

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

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@return The Availability Zone (AZ) in which the node has been deployed.\n@deprecated Use {@link #availabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZone(String)}\n", "documentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@return The Availability Zone (AZ) in which the node has been deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeStatus", "beanStyleSetterMethodName" : "setNodeStatus", "c2jName" : "NodeStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The current status of the node. For example: available.

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

                                The current status of the node. For example: available.

                                \n@return The current status of the node. For example: available.\n@deprecated Use {@link #nodeStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeStatus(String)}\n", "documentation" : "

                                The current status of the node. For example: available.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeStatus", "fluentSetterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeStatus", "getterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@return The current status of the node. For example: available.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeStatus", "sensitive" : false, "setterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.", "setterMethodName" : "setNodeStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeStatus", "variableType" : "String", "documentation" : "

                                The current status of the node. For example: available.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupStatus", "beanStyleSetterMethodName" : "setParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

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

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@return The status of the parameter group associated with this node. For example, in-sync.\n@deprecated Use {@link #parameterGroupStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupStatus(String)}\n", "documentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupStatus", "fluentSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.\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 associated with this node. For example, in-sync.

                                \n@return The status of the parameter group associated with this node. For example, in-sync.", "getterModel" : { "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 associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.", "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 associated with this node. For example, in-sync.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZone" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

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

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@return The Availability Zone (AZ) in which the node has been deployed.\n@deprecated Use {@link #availabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZone(String)}\n", "documentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@return The Availability Zone (AZ) in which the node has been deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Endpoint" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@return The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #endpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpoint(Endpoint)}\n", "documentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Endpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpoint", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@return The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "setterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeCreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeCreateTime", "beanStyleSetterMethodName" : "setNodeCreateTime", "c2jName" : "NodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \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 #nodeCreateTime(Instant)}.\n@param nodeCreateTime 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 #nodeCreateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@return The date and time (in UNIX epoch format) when the node was launched.\n@deprecated Use {@link #nodeCreateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeCreateTime(Instant)}\n", "documentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeCreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeCreateTime", "fluentSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeCreateTime", "getterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@return The date and time (in UNIX epoch format) when the node was launched.", "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" : "NodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.", "setterMethodName" : "setNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeId", "beanStyleSetterMethodName" : "setNodeId", "c2jName" : "NodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A system-generated identifier for 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 #nodeId(String)}.\n@param nodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@return A system-generated identifier for the node.\n@deprecated Use {@link #nodeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeId(String)}\n", "documentation" : "

                                A system-generated identifier for the node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeId", "fluentSetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeId", "getterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@return A system-generated identifier for the 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" : "NodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeId", "sensitive" : false, "setterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.", "setterMethodName" : "setNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : "

                                A system-generated identifier for the node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeStatus", "beanStyleSetterMethodName" : "setNodeStatus", "c2jName" : "NodeStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The current status of the node. For example: available.

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

                                The current status of the node. For example: available.

                                \n@return The current status of the node. For example: available.\n@deprecated Use {@link #nodeStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeStatus(String)}\n", "documentation" : "

                                The current status of the node. For example: available.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeStatus", "fluentSetterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeStatus", "getterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@return The current status of the node. For example: available.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeStatus", "sensitive" : false, "setterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.", "setterMethodName" : "setNodeStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeStatus", "variableType" : "String", "documentation" : "

                                The current status of the node. For example: available.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupStatus", "beanStyleSetterMethodName" : "setParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

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

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@return The status of the parameter group associated with this node. For example, in-sync.\n@deprecated Use {@link #parameterGroupStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupStatus(String)}\n", "documentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupStatus", "fluentSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.\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 associated with this node. For example, in-sync.

                                \n@return The status of the parameter group associated with this node. For example, in-sync.", "getterModel" : { "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 associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.", "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 associated with this node. For example, in-sync.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeId", "beanStyleSetterMethodName" : "setNodeId", "c2jName" : "NodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A system-generated identifier for 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 #nodeId(String)}.\n@param nodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@return A system-generated identifier for the node.\n@deprecated Use {@link #nodeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeId(String)}\n", "documentation" : "

                                A system-generated identifier for the node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeId", "fluentSetterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeId", "getterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@return A system-generated identifier for the 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" : "NodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeId", "sensitive" : false, "setterDocumentation" : "

                                A system-generated identifier for the node.

                                \n@param nodeId A system-generated identifier for the node.", "setterMethodName" : "setNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : "

                                A system-generated identifier for the node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@return The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@deprecated Use {@link #endpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpoint(Endpoint)}\n", "documentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Endpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpoint", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@return The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Endpoint", "sensitive" : false, "setterDocumentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                \n@param endpoint The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                                The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

                                ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeCreateTime", "beanStyleSetterMethodName" : "setNodeCreateTime", "c2jName" : "NodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \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 #nodeCreateTime(Instant)}.\n@param nodeCreateTime 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 #nodeCreateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@return The date and time (in UNIX epoch format) when the node was launched.\n@deprecated Use {@link #nodeCreateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeCreateTime(Instant)}\n", "documentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeCreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeCreateTime", "fluentSetterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeCreateTime", "getterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@return The date and time (in UNIX epoch format) when the node was launched.", "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" : "NodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                \n@param nodeCreateTime The date and time (in UNIX epoch format) when the node was launched.", "setterMethodName" : "setNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                The date and time (in UNIX epoch format) when the node was launched.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

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

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@return The Availability Zone (AZ) in which the node has been deployed.\n@deprecated Use {@link #availabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZone(String)}\n", "documentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@return The Availability Zone (AZ) in which the node has been deployed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                \n@param availabilityZone The Availability Zone (AZ) in which the node has been deployed.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                The Availability Zone (AZ) in which the node has been deployed.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeStatus", "beanStyleSetterMethodName" : "setNodeStatus", "c2jName" : "NodeStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The current status of the node. For example: available.

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

                                The current status of the node. For example: available.

                                \n@return The current status of the node. For example: available.\n@deprecated Use {@link #nodeStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeStatus(String)}\n", "documentation" : "

                                The current status of the node. For example: available.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeStatus", "fluentSetterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeStatus", "getterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@return The current status of the node. For example: available.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeStatus", "sensitive" : false, "setterDocumentation" : "

                                The current status of the node. For example: available.

                                \n@param nodeStatus The current status of the node. For example: available.", "setterMethodName" : "setNodeStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeStatus", "variableType" : "String", "documentation" : "

                                The current status of the node. For example: available.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupStatus", "beanStyleSetterMethodName" : "setParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

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

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@return The status of the parameter group associated with this node. For example, in-sync.\n@deprecated Use {@link #parameterGroupStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupStatus(String)}\n", "documentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupStatus", "fluentSetterDocumentation" : "

                                The status of the parameter group associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.\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 associated with this node. For example, in-sync.

                                \n@return The status of the parameter group associated with this node. For example, in-sync.", "getterModel" : { "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 associated with this node. For example, in-sync.

                                \n@param parameterGroupStatus The status of the parameter group associated with this node. For example, in-sync.", "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 associated with this node. For example, in-sync.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Node", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Node", "variableName" : "node", "variableType" : "Node", "documentation" : null, "simpleType" : "Node", "variableSetterType" : "Node" }, "wrapper" : false, "xmlNamespace" : null }, "NodeNotFoundException" : { "c2jName" : "NodeNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                None of the nodes in the cluster have the given node ID.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeNotFoundFault", "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" : "NodeNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeNotFoundException", "variableName" : "nodeNotFoundException", "variableType" : "NodeNotFoundException", "documentation" : null, "simpleType" : "NodeNotFoundException", "variableSetterType" : "NodeNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "NodeQuotaForClusterExceededException" : { "c2jName" : "NodeQuotaForClusterExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                You have attempted to exceed the maximum number of nodes for a DAX cluster.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeQuotaForClusterExceededFault", "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" : "NodeQuotaForClusterExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeQuotaForClusterExceededException", "variableName" : "nodeQuotaForClusterExceededException", "variableType" : "NodeQuotaForClusterExceededException", "documentation" : null, "simpleType" : "NodeQuotaForClusterExceededException", "variableSetterType" : "NodeQuotaForClusterExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "NodeQuotaForCustomerExceededException" : { "c2jName" : "NodeQuotaForCustomerExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                You have attempted to exceed the maximum number of nodes for your AWS account.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeQuotaForCustomerExceededFault", "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" : "NodeQuotaForCustomerExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeQuotaForCustomerExceededException", "variableName" : "nodeQuotaForCustomerExceededException", "variableType" : "NodeQuotaForCustomerExceededException", "documentation" : null, "simpleType" : "NodeQuotaForCustomerExceededException", "variableSetterType" : "NodeQuotaForCustomerExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "NodeTypeSpecificValue" : { "c2jName" : "NodeTypeSpecificValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents a parameter value that is applicable to a particular 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A node type to which the parameter 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@return A node type to which the parameter value applies.\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

                                A node type to which the parameter value applies.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@return A node type to which the parameter 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

                                A node type to which the parameter value applies.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The parameter value for this 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The parameter value for this node type.

                                \n@return The parameter value for this node type.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The parameter value for this node type.

                                \n@param value The parameter value for this node type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The parameter value for this node type.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                The parameter value for this node type.

                                \n@param value The parameter value for this node type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The parameter value for this node type.

                                \n@return The parameter value for this 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 parameter value for this node type.

                                \n@param value The parameter value for this 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 parameter value for this node type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A node type to which the parameter 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@return A node type to which the parameter value applies.\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

                                A node type to which the parameter value applies.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@return A node type to which the parameter 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

                                A node type to which the parameter value applies.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The parameter value for this 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The parameter value for this node type.

                                \n@return The parameter value for this node type.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The parameter value for this node type.

                                \n@param value The parameter value for this node type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The parameter value for this node type.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                The parameter value for this node type.

                                \n@param value The parameter value for this node type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The parameter value for this node type.

                                \n@return The parameter value for this 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 parameter value for this node type.

                                \n@param value The parameter value for this 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 parameter value for this node type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeType", "beanStyleSetterMethodName" : "setNodeType", "c2jName" : "NodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A node type to which the parameter 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 #nodeType(String)}.\n@param nodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@return A node type to which the parameter value applies.\n@deprecated Use {@link #nodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeType(String)}\n", "documentation" : "

                                A node type to which the parameter value applies.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeType", "fluentSetterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeType", "getterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@return A node type to which the parameter 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" : "NodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeType", "sensitive" : false, "setterDocumentation" : "

                                A node type to which the parameter value applies.

                                \n@param nodeType A node type to which the parameter value applies.", "setterMethodName" : "setNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeType", "variableType" : "String", "documentation" : "

                                A node type to which the parameter value applies.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The parameter value for this 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The parameter value for this node type.

                                \n@return The parameter value for this node type.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The parameter value for this node type.

                                \n@param value The parameter value for this node type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The parameter value for this node type.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                The parameter value for this node type.

                                \n@param value The parameter value for this node type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The parameter value for this node type.

                                \n@return The parameter value for this 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 parameter value for this node type.

                                \n@param value The parameter value for this 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 parameter value for this node type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeTypeSpecificValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeTypeSpecificValue", "variableName" : "nodeTypeSpecificValue", "variableType" : "NodeTypeSpecificValue", "documentation" : null, "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "wrapper" : false, "xmlNamespace" : null }, "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 DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) that identifies the topic.

                                \n@return The Amazon Resource Name (ARN) that identifies the topic.\n@deprecated Use {@link #topicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #topicArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) that identifies the topic.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTopicArn", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current state of the topic.

                                \n@return The current state of the topic.\n@deprecated Use {@link #topicStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #topicStatus(String)}\n", "documentation" : "

                                The current state of the topic.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TopicStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTopicStatus", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TopicArn" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) that identifies the topic.

                                \n@return The Amazon Resource Name (ARN) that identifies the topic.\n@deprecated Use {@link #topicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #topicArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) that identifies the topic.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTopicArn", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TopicStatus" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current state of the topic.

                                \n@return The current state of the topic.\n@deprecated Use {@link #topicStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #topicStatus(String)}\n", "documentation" : "

                                The current state of the topic.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TopicStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTopicStatus", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) that identifies the topic.

                                \n@return The Amazon Resource Name (ARN) that identifies the topic.\n@deprecated Use {@link #topicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #topicArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) that identifies the topic.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTopicArn", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The current state of the topic.

                                \n@return The current state of the topic.\n@deprecated Use {@link #topicStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #topicStatus(String)}\n", "documentation" : "

                                The current state of the topic.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TopicStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTopicStatus", "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" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "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 DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter.

                                \n@return The name of the parameter.\n@deprecated Use {@link #parameterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterName(String)}\n", "documentation" : "

                                The name of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterName", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterTypeAsString", "beanStyleSetterMethodName" : "setParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "defaultConsumerFluentSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular 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 #parameterTypeAsString(String)}.\n@param parameterType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parameterType} will return {@link ParameterType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parameterTypeAsString}.\n

                                \n@return Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@deprecated Use {@link #parameterTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterType\n@deprecated Use {@link #parameterType(String)}\n", "documentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                ", "endpointDiscoveryId" : false, "enumType" : "ParameterType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterType", "fluentEnumGetterMethodName" : "parameterType", "fluentEnumSetterMethodName" : "parameterType", "fluentGetterMethodName" : "parameterTypeAsString", "fluentSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterType", "fluentSetterMethodName" : "parameterType", "getterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parameterType} will return {@link ParameterType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parameterTypeAsString}.\n

                                \n@return Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterType", "sensitive" : false, "setterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType", "setterMethodName" : "setParameterType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The value 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value for the parameter.

                                \n@return The value for the parameter.\n@deprecated Use {@link #parameterValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value for the parameter.

                                \n@param parameterValue The value for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterValue(String)}\n", "documentation" : "

                                The value for the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                The value for the parameter.

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

                                The value for the parameter.

                                \n@return The value 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" : "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 for the parameter.

                                \n@param parameterValue The value for 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 for the parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeTypeSpecificValues", "beanStyleSetterMethodName" : "setNodeTypeSpecificValues", "c2jName" : "NodeTypeSpecificValues", "c2jShape" : "NodeTypeSpecificValueList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of node types, and specific parameter values for each 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 #nodeTypeSpecificValues(List)}.\n@param nodeTypeSpecificValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeTypeSpecificValues(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeTypeSpecificValues()} to see if a value was sent in this field.\n

                                \n@return A list of node types, and specific parameter values for each node.\n@deprecated Use {@link #nodeTypeSpecificValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeTypeSpecificValues(List)}\n", "documentation" : "

                                A list of node types, and specific parameter values for each node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeTypeSpecificValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeTypeSpecificValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeTypeSpecificValues", "fluentSetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeTypeSpecificValues", "getterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeTypeSpecificValues()} to see if a value was sent in this field.\n

                                \n@return A list of node types, and specific parameter values for each 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" : "NodeTypeSpecificValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeTypeSpecificValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "NodeTypeSpecificValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeTypeSpecificValue.Builder} avoiding the need to create one manually via {@link NodeTypeSpecificValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeTypeSpecificValue.Builder#build()} is called immediately and its result is passed to {@link #member(NodeTypeSpecificValue)}.\n@param member a consumer that will call methods on {@link NodeTypeSpecificValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeTypeSpecificValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(NodeTypeSpecificValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "NodeTypeSpecificValue", "documentation" : 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" : "NodeTypeSpecificValue", "variableName" : "member", "variableType" : "NodeTypeSpecificValue", "documentation" : null, "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeTypeSpecificValue", "variableName" : "member", "variableType" : "NodeTypeSpecificValue", "documentation" : "", "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NodeTypeSpecificValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeTypeSpecificValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeTypeSpecificValues", "sensitive" : false, "setterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.", "setterMethodName" : "setNodeTypeSpecificValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : "

                                A list of node types, and specific parameter values for each node.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter

                                \n@return A description of the parameter\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined parameter.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

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

                                The data type of the parameter. For example, integer:

                                \n@return The data type of the parameter. For example, integer:\n@deprecated Use {@link #dataType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataType(String)}\n", "documentation" : "

                                The data type of the parameter. For example, integer:

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDataType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataType", "fluentSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@return The data type of the parameter. For example, integer:", "getterModel" : { "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 data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:", "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 data type of the parameter. For example, integer:

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A range of values within which the parameter can be set.

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

                                A range of values within which the parameter can be set.

                                \n@return A range of values within which the parameter can be set.\n@deprecated Use {@link #allowedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValues(String)}\n", "documentation" : "

                                A range of values within which the parameter can be set.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedValues", "fluentSetterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@return A range of values within which the parameter can be set.", "getterModel" : { "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" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.", "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" : "

                                A range of values within which the parameter can be set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsModifiableAsString", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "IsModifiable", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the customer is allowed to modify 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 #isModifiableAsString(String)}.\n@param isModifiable a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isModifiable(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #isModifiable} will return {@link IsModifiable#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #isModifiableAsString}.\n

                                \n@return Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@deprecated Use {@link #isModifiableAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@return Returns a reference to this object so that method calls can be chained together.\n@see IsModifiable\n@deprecated Use {@link #isModifiable(String)}\n", "documentation" : "

                                Whether the customer is allowed to modify the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : "IsModifiable", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsModifiable property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsModifiable", "fluentEnumGetterMethodName" : "isModifiable", "fluentEnumSetterMethodName" : "isModifiable", "fluentGetterMethodName" : "isModifiableAsString", "fluentSetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@return Returns a reference to this object so that method calls can be chained together.\n@see IsModifiable", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #isModifiable} will return {@link IsModifiable#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #isModifiableAsString}.\n

                                \n@return Whether the customer is allowed to modify the parameter.\n@see IsModifiable", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "isModifiable", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "isModifiable", "variableType" : "String", "documentation" : "

                                Whether the customer is allowed to modify the parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

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

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \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 The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\n@see ChangeType\n@deprecated Use {@link #changeTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType\n@deprecated Use {@link #changeType(String)}\n", "documentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChangeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChangeType", "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \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 The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedValues" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A range of values within which the parameter can be set.

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

                                A range of values within which the parameter can be set.

                                \n@return A range of values within which the parameter can be set.\n@deprecated Use {@link #allowedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValues(String)}\n", "documentation" : "

                                A range of values within which the parameter can be set.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedValues", "fluentSetterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@return A range of values within which the parameter can be set.", "getterModel" : { "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" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.", "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" : "

                                A range of values within which the parameter can be set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ChangeType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

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

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \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 The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\n@see ChangeType\n@deprecated Use {@link #changeTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType\n@deprecated Use {@link #changeType(String)}\n", "documentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChangeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChangeType", "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \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 The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DataType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

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

                                The data type of the parameter. For example, integer:

                                \n@return The data type of the parameter. For example, integer:\n@deprecated Use {@link #dataType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataType(String)}\n", "documentation" : "

                                The data type of the parameter. For example, integer:

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDataType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataType", "fluentSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@return The data type of the parameter. For example, integer:", "getterModel" : { "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 data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:", "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 data type of the parameter. For example, integer:

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter

                                \n@return A description of the parameter\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IsModifiable" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsModifiableAsString", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "IsModifiable", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the customer is allowed to modify 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 #isModifiableAsString(String)}.\n@param isModifiable a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isModifiable(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #isModifiable} will return {@link IsModifiable#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #isModifiableAsString}.\n

                                \n@return Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@deprecated Use {@link #isModifiableAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@return Returns a reference to this object so that method calls can be chained together.\n@see IsModifiable\n@deprecated Use {@link #isModifiable(String)}\n", "documentation" : "

                                Whether the customer is allowed to modify the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : "IsModifiable", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsModifiable property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsModifiable", "fluentEnumGetterMethodName" : "isModifiable", "fluentEnumSetterMethodName" : "isModifiable", "fluentGetterMethodName" : "isModifiableAsString", "fluentSetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@return Returns a reference to this object so that method calls can be chained together.\n@see IsModifiable", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #isModifiable} will return {@link IsModifiable#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #isModifiableAsString}.\n

                                \n@return Whether the customer is allowed to modify the parameter.\n@see IsModifiable", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "isModifiable", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "isModifiable", "variableType" : "String", "documentation" : "

                                Whether the customer is allowed to modify the parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeTypeSpecificValues" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeTypeSpecificValues", "beanStyleSetterMethodName" : "setNodeTypeSpecificValues", "c2jName" : "NodeTypeSpecificValues", "c2jShape" : "NodeTypeSpecificValueList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of node types, and specific parameter values for each 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 #nodeTypeSpecificValues(List)}.\n@param nodeTypeSpecificValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeTypeSpecificValues(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeTypeSpecificValues()} to see if a value was sent in this field.\n

                                \n@return A list of node types, and specific parameter values for each node.\n@deprecated Use {@link #nodeTypeSpecificValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeTypeSpecificValues(List)}\n", "documentation" : "

                                A list of node types, and specific parameter values for each node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeTypeSpecificValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeTypeSpecificValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeTypeSpecificValues", "fluentSetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeTypeSpecificValues", "getterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeTypeSpecificValues()} to see if a value was sent in this field.\n

                                \n@return A list of node types, and specific parameter values for each 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" : "NodeTypeSpecificValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeTypeSpecificValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "NodeTypeSpecificValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeTypeSpecificValue.Builder} avoiding the need to create one manually via {@link NodeTypeSpecificValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeTypeSpecificValue.Builder#build()} is called immediately and its result is passed to {@link #member(NodeTypeSpecificValue)}.\n@param member a consumer that will call methods on {@link NodeTypeSpecificValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeTypeSpecificValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(NodeTypeSpecificValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "NodeTypeSpecificValue", "documentation" : 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" : "NodeTypeSpecificValue", "variableName" : "member", "variableType" : "NodeTypeSpecificValue", "documentation" : null, "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeTypeSpecificValue", "variableName" : "member", "variableType" : "NodeTypeSpecificValue", "documentation" : "", "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NodeTypeSpecificValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeTypeSpecificValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeTypeSpecificValues", "sensitive" : false, "setterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.", "setterMethodName" : "setNodeTypeSpecificValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : "

                                A list of node types, and specific parameter values for each node.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterName" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter.

                                \n@return The name of the parameter.\n@deprecated Use {@link #parameterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterName(String)}\n", "documentation" : "

                                The name of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterName", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterTypeAsString", "beanStyleSetterMethodName" : "setParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "defaultConsumerFluentSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular 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 #parameterTypeAsString(String)}.\n@param parameterType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parameterType} will return {@link ParameterType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parameterTypeAsString}.\n

                                \n@return Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@deprecated Use {@link #parameterTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterType\n@deprecated Use {@link #parameterType(String)}\n", "documentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                ", "endpointDiscoveryId" : false, "enumType" : "ParameterType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterType", "fluentEnumGetterMethodName" : "parameterType", "fluentEnumSetterMethodName" : "parameterType", "fluentGetterMethodName" : "parameterTypeAsString", "fluentSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterType", "fluentSetterMethodName" : "parameterType", "getterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parameterType} will return {@link ParameterType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parameterTypeAsString}.\n

                                \n@return Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterType", "sensitive" : false, "setterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType", "setterMethodName" : "setParameterType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The value 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value for the parameter.

                                \n@return The value for the parameter.\n@deprecated Use {@link #parameterValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value for the parameter.

                                \n@param parameterValue The value for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterValue(String)}\n", "documentation" : "

                                The value for the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                The value for the parameter.

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

                                The value for the parameter.

                                \n@return The value 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" : "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 for the parameter.

                                \n@param parameterValue The value for 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 for the parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined parameter.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter.

                                \n@return The name of the parameter.\n@deprecated Use {@link #parameterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterName(String)}\n", "documentation" : "

                                The name of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterName", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterTypeAsString", "beanStyleSetterMethodName" : "setParameterType", "c2jName" : "ParameterType", "c2jShape" : "ParameterType", "defaultConsumerFluentSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular 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 #parameterTypeAsString(String)}.\n@param parameterType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parameterType} will return {@link ParameterType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parameterTypeAsString}.\n

                                \n@return Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@deprecated Use {@link #parameterTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterType\n@deprecated Use {@link #parameterType(String)}\n", "documentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                ", "endpointDiscoveryId" : false, "enumType" : "ParameterType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterType", "fluentEnumGetterMethodName" : "parameterType", "fluentEnumSetterMethodName" : "parameterType", "fluentGetterMethodName" : "parameterTypeAsString", "fluentSetterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParameterType", "fluentSetterMethodName" : "parameterType", "getterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #parameterType} will return {@link ParameterType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #parameterTypeAsString}.\n

                                \n@return Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterType", "sensitive" : false, "setterDocumentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                \n@param parameterType Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.\n@see ParameterType", "setterMethodName" : "setParameterType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterType", "variableType" : "String", "documentation" : "

                                Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The value 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value for the parameter.

                                \n@return The value for the parameter.\n@deprecated Use {@link #parameterValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value for the parameter.

                                \n@param parameterValue The value for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterValue(String)}\n", "documentation" : "

                                The value for the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                The value for the parameter.

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

                                The value for the parameter.

                                \n@return The value 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" : "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 for the parameter.

                                \n@param parameterValue The value for 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 for the parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeTypeSpecificValues", "beanStyleSetterMethodName" : "setNodeTypeSpecificValues", "c2jName" : "NodeTypeSpecificValues", "c2jShape" : "NodeTypeSpecificValueList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of node types, and specific parameter values for each 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 #nodeTypeSpecificValues(List)}.\n@param nodeTypeSpecificValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeTypeSpecificValues(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeTypeSpecificValues()} to see if a value was sent in this field.\n

                                \n@return A list of node types, and specific parameter values for each node.\n@deprecated Use {@link #nodeTypeSpecificValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeTypeSpecificValues(List)}\n", "documentation" : "

                                A list of node types, and specific parameter values for each node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeTypeSpecificValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeTypeSpecificValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeTypeSpecificValues", "fluentSetterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeTypeSpecificValues", "getterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeTypeSpecificValues()} to see if a value was sent in this field.\n

                                \n@return A list of node types, and specific parameter values for each 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" : "NodeTypeSpecificValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeTypeSpecificValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "NodeTypeSpecificValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeTypeSpecificValue.Builder} avoiding the need to create one manually via {@link NodeTypeSpecificValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeTypeSpecificValue.Builder#build()} is called immediately and its result is passed to {@link #member(NodeTypeSpecificValue)}.\n@param member a consumer that will call methods on {@link NodeTypeSpecificValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeTypeSpecificValue)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(NodeTypeSpecificValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "NodeTypeSpecificValue", "documentation" : 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" : "NodeTypeSpecificValue", "variableName" : "member", "variableType" : "NodeTypeSpecificValue", "documentation" : null, "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeTypeSpecificValue", "variableName" : "member", "variableType" : "NodeTypeSpecificValue", "documentation" : "", "simpleType" : "NodeTypeSpecificValue", "variableSetterType" : "NodeTypeSpecificValue" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NodeTypeSpecificValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeTypeSpecificValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeTypeSpecificValues", "sensitive" : false, "setterDocumentation" : "

                                A list of node types, and specific parameter values for each node.

                                \n@param nodeTypeSpecificValues A list of node types, and specific parameter values for each node.", "setterMethodName" : "setNodeTypeSpecificValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : "

                                A list of node types, and specific parameter values for each node.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter

                                \n@return A description of the parameter\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description 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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined parameter.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@return How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                \n@param source How the parameter is defined. For example, system denotes a system-defined 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" : "

                                How the parameter is defined. For example, system denotes a system-defined parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

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

                                The data type of the parameter. For example, integer:

                                \n@return The data type of the parameter. For example, integer:\n@deprecated Use {@link #dataType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataType(String)}\n", "documentation" : "

                                The data type of the parameter. For example, integer:

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDataType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataType", "fluentSetterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                                The data type of the parameter. For example, integer:

                                \n@return The data type of the parameter. For example, integer:", "getterModel" : { "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 data type of the parameter. For example, integer:

                                \n@param dataType The data type of the parameter. For example, integer:", "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 data type of the parameter. For example, integer:

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A range of values within which the parameter can be set.

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

                                A range of values within which the parameter can be set.

                                \n@return A range of values within which the parameter can be set.\n@deprecated Use {@link #allowedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowedValues(String)}\n", "documentation" : "

                                A range of values within which the parameter can be set.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedValues", "fluentSetterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                                A range of values within which the parameter can be set.

                                \n@return A range of values within which the parameter can be set.", "getterModel" : { "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" : "

                                A range of values within which the parameter can be set.

                                \n@param allowedValues A range of values within which the parameter can be set.", "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" : "

                                A range of values within which the parameter can be set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsModifiableAsString", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "IsModifiable", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the customer is allowed to modify 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 #isModifiableAsString(String)}.\n@param isModifiable a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isModifiable(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #isModifiable} will return {@link IsModifiable#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #isModifiableAsString}.\n

                                \n@return Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@deprecated Use {@link #isModifiableAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@return Returns a reference to this object so that method calls can be chained together.\n@see IsModifiable\n@deprecated Use {@link #isModifiable(String)}\n", "documentation" : "

                                Whether the customer is allowed to modify the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : "IsModifiable", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsModifiable property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsModifiable", "fluentEnumGetterMethodName" : "isModifiable", "fluentEnumSetterMethodName" : "isModifiable", "fluentGetterMethodName" : "isModifiableAsString", "fluentSetterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable\n@return Returns a reference to this object so that method calls can be chained together.\n@see IsModifiable", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #isModifiable} will return {@link IsModifiable#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #isModifiableAsString}.\n

                                \n@return Whether the customer is allowed to modify the parameter.\n@see IsModifiable", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                                Whether the customer is allowed to modify the parameter.

                                \n@param isModifiable Whether the customer is allowed to modify the parameter.\n@see IsModifiable", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "isModifiable", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "isModifiable", "variableType" : "String", "documentation" : "

                                Whether the customer is allowed to modify the parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

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

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \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 The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\n@see ChangeType\n@deprecated Use {@link #changeTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType\n@deprecated Use {@link #changeType(String)}\n", "documentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChangeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChangeType", "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \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 The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                \n@param changeType The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.\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" : "

                                The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "ParameterGroup" : { "c2jName" : "ParameterGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A named set of parameters that are applied to all of the nodes in a DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the parameter group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the 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 description of the parameter group.

                                \n@param description A description of the 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 description of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the parameter group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the 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 description of the parameter group.

                                \n@param description A description of the 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 description of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the parameter group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                A description of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                A description of the parameter group.

                                \n@param description A description of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                A description of the parameter group.

                                \n@return A description of the 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 description of the parameter group.

                                \n@param description A description of the 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 description of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParameterGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "wrapper" : false, "xmlNamespace" : null }, "ParameterGroupAlreadyExistsException" : { "c2jName" : "ParameterGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified parameter group already exists.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ParameterGroupAlreadyExistsFault", "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" : "ParameterGroupAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ParameterGroupAlreadyExistsException", "variableName" : "parameterGroupAlreadyExistsException", "variableType" : "ParameterGroupAlreadyExistsException", "documentation" : null, "simpleType" : "ParameterGroupAlreadyExistsException", "variableSetterType" : "ParameterGroupAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ParameterGroupNotFoundException" : { "c2jName" : "ParameterGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified parameter group does not exist.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ParameterGroupNotFoundFault", "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" : "ParameterGroupNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ParameterGroupNotFoundException", "variableName" : "parameterGroupNotFoundException", "variableType" : "ParameterGroupNotFoundException", "documentation" : null, "simpleType" : "ParameterGroupNotFoundException", "variableSetterType" : "ParameterGroupNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ParameterGroupQuotaExceededException" : { "c2jName" : "ParameterGroupQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                You have attempted to exceed the maximum number of parameter groups.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ParameterGroupQuotaExceededFault", "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" : "ParameterGroupQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ParameterGroupQuotaExceededException", "variableName" : "parameterGroupQuotaExceededException", "variableType" : "ParameterGroupQuotaExceededException", "documentation" : null, "simpleType" : "ParameterGroupQuotaExceededException", "variableSetterType" : "ParameterGroupQuotaExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ParameterGroupStatus" : { "c2jName" : "ParameterGroupStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The status of a 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of parameter updates.

                                \n@return The status of parameter updates.\n@deprecated Use {@link #parameterApplyStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterApplyStatus(String)}\n", "documentation" : "

                                The status of parameter updates.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterApplyStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterApplyStatus", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToReboot", "beanStyleSetterMethodName" : "setNodeIdsToReboot", "c2jName" : "NodeIdsToReboot", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

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

                                The node IDs of one or more nodes to be rebooted.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToReboot()} to see if a value was sent in this field.\n

                                \n@return The node IDs of one or more nodes to be rebooted.\n@deprecated Use {@link #nodeIdsToReboot()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToReboot(List)}\n", "documentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToReboot property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToReboot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToReboot", "fluentSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToReboot", "getterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToReboot()} to see if a value was sent in this field.\n

                                \n@return The node IDs of one or more nodes to be rebooted.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToReboot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.", "setterMethodName" : "setNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeIdsToReboot" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToReboot", "beanStyleSetterMethodName" : "setNodeIdsToReboot", "c2jName" : "NodeIdsToReboot", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

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

                                The node IDs of one or more nodes to be rebooted.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToReboot()} to see if a value was sent in this field.\n

                                \n@return The node IDs of one or more nodes to be rebooted.\n@deprecated Use {@link #nodeIdsToReboot()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToReboot(List)}\n", "documentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToReboot property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToReboot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToReboot", "fluentSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToReboot", "getterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToReboot()} to see if a value was sent in this field.\n

                                \n@return The node IDs of one or more nodes to be rebooted.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToReboot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.", "setterMethodName" : "setNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterApplyStatus" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of parameter updates.

                                \n@return The status of parameter updates.\n@deprecated Use {@link #parameterApplyStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterApplyStatus(String)}\n", "documentation" : "

                                The status of parameter updates.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterApplyStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterApplyStatus", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter group.

                                \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                The name of the parameter group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                The name of the parameter group.

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

                                The name of the parameter group.

                                \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the parameter group.

                                \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                The name of the parameter group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of parameter updates.

                                \n@return The status of parameter updates.\n@deprecated Use {@link #parameterApplyStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterApplyStatus(String)}\n", "documentation" : "

                                The status of parameter updates.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterApplyStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterApplyStatus", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNodeIdsToReboot", "beanStyleSetterMethodName" : "setNodeIdsToReboot", "c2jName" : "NodeIdsToReboot", "c2jShape" : "NodeIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

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

                                The node IDs of one or more nodes to be rebooted.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToReboot()} to see if a value was sent in this field.\n

                                \n@return The node IDs of one or more nodes to be rebooted.\n@deprecated Use {@link #nodeIdsToReboot()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeIdsToReboot(List)}\n", "documentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeIdsToReboot property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeIdsToReboot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeIdsToReboot", "fluentSetterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeIdsToReboot", "getterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n

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

                                \n

                                \nYou can use {@link #hasNodeIdsToReboot()} to see if a value was sent in this field.\n

                                \n@return The node IDs of one or more nodes to be rebooted.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeIdsToReboot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                \n@param nodeIdsToReboot The node IDs of one or more nodes to be rebooted.", "setterMethodName" : "setNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                                The node IDs of one or more nodes to be rebooted.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParameterGroupStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParameterGroupStatus", "variableName" : "parameterGroupStatus", "variableType" : "ParameterGroupStatus", "documentation" : null, "simpleType" : "ParameterGroupStatus", "variableSetterType" : "ParameterGroupStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ParameterNameValue" : { "c2jName" : "ParameterNameValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An individual DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter.

                                \n@return The name of the parameter.\n@deprecated Use {@link #parameterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterName(String)}\n", "documentation" : "

                                The name of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterName", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the parameter.

                                \n@return The value of the parameter.\n@deprecated Use {@link #parameterValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterValue(String)}\n", "documentation" : "

                                The value of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterName" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter.

                                \n@return The name of the parameter.\n@deprecated Use {@link #parameterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterName(String)}\n", "documentation" : "

                                The name of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterName", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterValue" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the parameter.

                                \n@return The value of the parameter.\n@deprecated Use {@link #parameterValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterValue(String)}\n", "documentation" : "

                                The value of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterValue", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the parameter.

                                \n@return The name of the parameter.\n@deprecated Use {@link #parameterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterName(String)}\n", "documentation" : "

                                The name of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterName", "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the parameter.

                                \n@return The value of the parameter.\n@deprecated Use {@link #parameterValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                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.\n@deprecated Use {@link #parameterValue(String)}\n", "documentation" : "

                                The value of the parameter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterValue", "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" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "ParameterType" : { "c2jName" : "ParameterType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DEFAULT", "value" : "DEFAULT" }, { "name" : "NODE_TYPE_SPECIFIC", "value" : "NODE_TYPE_SPECIFIC" } ], "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" : "ParameterType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParameterType", "variableName" : "parameterType", "variableType" : "ParameterType", "documentation" : null, "simpleType" : "ParameterType", "variableSetterType" : "ParameterType" }, "wrapper" : false, "xmlNamespace" : null }, "RebootNodeRequest" : { "c2jName" : "RebootNodeRequest", "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" : "RebootNode", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.RebootNode", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

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

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@return The name of the DAX cluster containing the node to be rebooted.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@return The name of the DAX cluster containing the node to be rebooted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeId", "beanStyleSetterMethodName" : "setNodeId", "c2jName" : "NodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

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

                                The system-assigned ID of the node to be rebooted.

                                \n@return The system-assigned ID of the node to be rebooted.\n@deprecated Use {@link #nodeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeId(String)}\n", "documentation" : "

                                The system-assigned ID of the node to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeId", "fluentSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeId", "getterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@return The system-assigned ID of the node to be rebooted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeId", "sensitive" : false, "setterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.", "setterMethodName" : "setNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : "

                                The system-assigned ID of the node to be rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

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

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@return The name of the DAX cluster containing the node to be rebooted.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@return The name of the DAX cluster containing the node to be rebooted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NodeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeId", "beanStyleSetterMethodName" : "setNodeId", "c2jName" : "NodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

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

                                The system-assigned ID of the node to be rebooted.

                                \n@return The system-assigned ID of the node to be rebooted.\n@deprecated Use {@link #nodeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeId(String)}\n", "documentation" : "

                                The system-assigned ID of the node to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeId", "fluentSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeId", "getterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@return The system-assigned ID of the node to be rebooted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeId", "sensitive" : false, "setterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.", "setterMethodName" : "setNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : "

                                The system-assigned ID of the node to be rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

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

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@return The name of the DAX cluster containing the node to be rebooted.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterName", "getterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@return The name of the DAX cluster containing the node to be rebooted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                \n@param clusterName The name of the DAX cluster containing the node to be rebooted.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                The name of the DAX cluster containing the node to be rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNodeId", "beanStyleSetterMethodName" : "setNodeId", "c2jName" : "NodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

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

                                The system-assigned ID of the node to be rebooted.

                                \n@return The system-assigned ID of the node to be rebooted.\n@deprecated Use {@link #nodeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nodeId(String)}\n", "documentation" : "

                                The system-assigned ID of the node to be rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NodeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNodeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeId", "fluentSetterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeId", "getterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@return The system-assigned ID of the node to be rebooted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeId", "sensitive" : false, "setterDocumentation" : "

                                The system-assigned ID of the node to be rebooted.

                                \n@param nodeId The system-assigned ID of the node to be rebooted.", "setterMethodName" : "setNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeId", "variableType" : "String", "documentation" : "

                                The system-assigned ID of the node to be rebooted.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ClusterName", "NodeId" ], "shapeName" : "RebootNodeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RebootNodeRequest", "variableName" : "rebootNodeRequest", "variableType" : "RebootNodeRequest", "documentation" : null, "simpleType" : "RebootNodeRequest", "variableSetterType" : "RebootNodeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RebootNodeResponse" : { "c2jName" : "RebootNodeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

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

                                A description of the DAX cluster after a node has been rebooted.

                                \n@return A description of the DAX cluster after a node has been rebooted.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@return A description of the DAX cluster after a node has been rebooted.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cluster" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

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

                                A description of the DAX cluster after a node has been rebooted.

                                \n@return A description of the DAX cluster after a node has been rebooted.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@return A description of the DAX cluster after a node has been rebooted.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

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

                                A description of the DAX cluster after a node has been rebooted.

                                \n@return A description of the DAX cluster after a node has been rebooted.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@return A description of the DAX cluster after a node has been rebooted.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                \n@param cluster A description of the DAX cluster after a node has been rebooted.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                A description of the DAX cluster after a node has been rebooted.

                                ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RebootNodeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RebootNodeResponse", "variableName" : "rebootNodeResponse", "variableType" : "RebootNodeResponse", "documentation" : null, "simpleType" : "RebootNodeResponse", "variableSetterType" : "RebootNodeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SSEDescription" : { "c2jName" : "SSEDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The description of the server-side encryption status on the specified DAX 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "SSEStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The current state of server-side encryption:

                                • ENABLING - Server-side encryption is being enabled.

                                • ENABLED - Server-side encryption is enabled.

                                • DISABLING - Server-side encryption is being disabled.

                                • DISABLED - Server-side encryption is disabled.

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

                                The current state of server-side encryption:

                                • ENABLING - Server-side encryption is being enabled.

                                • ENABLED - Server-side encryption is enabled.

                                • DISABLING - Server-side encryption is being disabled.

                                • DISABLED - Server-side encryption is disabled.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SSEStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The current state of server-side encryption:

                                • ENABLING - Server-side encryption is being enabled.

                                • ENABLED - Server-side encryption is enabled.

                                • DISABLING - Server-side encryption is being disabled.

                                • DISABLED - Server-side encryption is disabled.

                                • \n@see SSEStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                  The current state of server-side encryption:

                                  • ENABLING - Server-side encryption is being enabled.

                                  • ENABLED - Server-side encryption is enabled.

                                  • DISABLING - Server-side encryption is being disabled.

                                  • DISABLED - Server-side encryption is disabled.

                                  \n@param status The current state of server-side encryption:

                                  • ENABLING - Server-side encryption is being enabled.

                                  • ENABLED - Server-side encryption is enabled.

                                  • DISABLING - Server-side encryption is being disabled.

                                  • DISABLED - Server-side encryption is disabled.

                                  • \n@see SSEStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSEStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                    The current state of server-side encryption:

                                    • ENABLING - Server-side encryption is being enabled.

                                    • ENABLED - Server-side encryption is enabled.

                                    • DISABLING - Server-side encryption is being disabled.

                                    • DISABLED - Server-side encryption is disabled.

                                    ", "endpointDiscoveryId" : false, "enumType" : "SSEStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                    The current state of server-side encryption:

                                    • ENABLING - Server-side encryption is being enabled.

                                    • ENABLED - Server-side encryption is enabled.

                                    • DISABLING - Server-side encryption is being disabled.

                                    • DISABLED - Server-side encryption is disabled.

                                    \n@param status The current state of server-side encryption:

                                    • ENABLING - Server-side encryption is being enabled.

                                    • ENABLED - Server-side encryption is enabled.

                                    • DISABLING - Server-side encryption is being disabled.

                                    • DISABLED - Server-side encryption is disabled.

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

                                      The current state of server-side encryption:

                                      • ENABLING - Server-side encryption is being enabled.

                                      • ENABLED - Server-side encryption is enabled.

                                      • DISABLING - Server-side encryption is being disabled.

                                      • DISABLED - Server-side encryption is disabled.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SSEStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                      \n@return The current state of server-side encryption:

                                      • ENABLING - Server-side encryption is being enabled.

                                      • ENABLED - Server-side encryption is enabled.

                                      • DISABLING - Server-side encryption is being disabled.

                                      • DISABLED - Server-side encryption is disabled.

                                      • \n@see SSEStatus", "getterModel" : { "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 server-side encryption:

                                        • ENABLING - Server-side encryption is being enabled.

                                        • ENABLED - Server-side encryption is enabled.

                                        • DISABLING - Server-side encryption is being disabled.

                                        • DISABLED - Server-side encryption is disabled.

                                        \n@param status The current state of server-side encryption:

                                        • ENABLING - Server-side encryption is being enabled.

                                        • ENABLED - Server-side encryption is enabled.

                                        • DISABLING - Server-side encryption is being disabled.

                                        • DISABLED - Server-side encryption is disabled.

                                        • \n@see SSEStatus", "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 server-side encryption:

                                          • ENABLING - Server-side encryption is being enabled.

                                          • ENABLED - Server-side encryption is enabled.

                                          • DISABLING - Server-side encryption is being disabled.

                                          • DISABLED - Server-side encryption is disabled.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "SSEStatus", "defaultConsumerFluentSetterDocumentation" : "

                                          The current state of server-side encryption:

                                          • ENABLING - Server-side encryption is being enabled.

                                          • ENABLED - Server-side encryption is enabled.

                                          • DISABLING - Server-side encryption is being disabled.

                                          • DISABLED - Server-side encryption is disabled.

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

                                          The current state of server-side encryption:

                                          • ENABLING - Server-side encryption is being enabled.

                                          • ENABLED - Server-side encryption is enabled.

                                          • DISABLING - Server-side encryption is being disabled.

                                          • DISABLED - Server-side encryption is disabled.

                                          \n

                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SSEStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                          \n@return The current state of server-side encryption:

                                          • ENABLING - Server-side encryption is being enabled.

                                          • ENABLED - Server-side encryption is enabled.

                                          • DISABLING - Server-side encryption is being disabled.

                                          • DISABLED - Server-side encryption is disabled.

                                          • \n@see SSEStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                            The current state of server-side encryption:

                                            • ENABLING - Server-side encryption is being enabled.

                                            • ENABLED - Server-side encryption is enabled.

                                            • DISABLING - Server-side encryption is being disabled.

                                            • DISABLED - Server-side encryption is disabled.

                                            \n@param status The current state of server-side encryption:

                                            • ENABLING - Server-side encryption is being enabled.

                                            • ENABLED - Server-side encryption is enabled.

                                            • DISABLING - Server-side encryption is being disabled.

                                            • DISABLED - Server-side encryption is disabled.

                                            • \n@see SSEStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSEStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                              The current state of server-side encryption:

                                              • ENABLING - Server-side encryption is being enabled.

                                              • ENABLED - Server-side encryption is enabled.

                                              • DISABLING - Server-side encryption is being disabled.

                                              • DISABLED - Server-side encryption is disabled.

                                              ", "endpointDiscoveryId" : false, "enumType" : "SSEStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                              The current state of server-side encryption:

                                              • ENABLING - Server-side encryption is being enabled.

                                              • ENABLED - Server-side encryption is enabled.

                                              • DISABLING - Server-side encryption is being disabled.

                                              • DISABLED - Server-side encryption is disabled.

                                              \n@param status The current state of server-side encryption:

                                              • ENABLING - Server-side encryption is being enabled.

                                              • ENABLED - Server-side encryption is enabled.

                                              • DISABLING - Server-side encryption is being disabled.

                                              • DISABLED - Server-side encryption is disabled.

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

                                                The current state of server-side encryption:

                                                • ENABLING - Server-side encryption is being enabled.

                                                • ENABLED - Server-side encryption is enabled.

                                                • DISABLING - Server-side encryption is being disabled.

                                                • DISABLED - Server-side encryption is disabled.

                                                \n

                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SSEStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                \n@return The current state of server-side encryption:

                                                • ENABLING - Server-side encryption is being enabled.

                                                • ENABLED - Server-side encryption is enabled.

                                                • DISABLING - Server-side encryption is being disabled.

                                                • DISABLED - Server-side encryption is disabled.

                                                • \n@see SSEStatus", "getterModel" : { "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 server-side encryption:

                                                  • ENABLING - Server-side encryption is being enabled.

                                                  • ENABLED - Server-side encryption is enabled.

                                                  • DISABLING - Server-side encryption is being disabled.

                                                  • DISABLED - Server-side encryption is disabled.

                                                  \n@param status The current state of server-side encryption:

                                                  • ENABLING - Server-side encryption is being enabled.

                                                  • ENABLED - Server-side encryption is enabled.

                                                  • DISABLING - Server-side encryption is being disabled.

                                                  • DISABLED - Server-side encryption is disabled.

                                                  • \n@see SSEStatus", "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 server-side encryption:

                                                    • ENABLING - Server-side encryption is being enabled.

                                                    • ENABLED - Server-side encryption is enabled.

                                                    • DISABLING - Server-side encryption is being disabled.

                                                    • DISABLED - Server-side encryption is disabled.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "SSEStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                    The current state of server-side encryption:

                                                    • ENABLING - Server-side encryption is being enabled.

                                                    • ENABLED - Server-side encryption is enabled.

                                                    • DISABLING - Server-side encryption is being disabled.

                                                    • DISABLED - Server-side encryption is disabled.

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

                                                    The current state of server-side encryption:

                                                    • ENABLING - Server-side encryption is being enabled.

                                                    • ENABLED - Server-side encryption is enabled.

                                                    • DISABLING - Server-side encryption is being disabled.

                                                    • DISABLED - Server-side encryption is disabled.

                                                    \n

                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SSEStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                    \n@return The current state of server-side encryption:

                                                    • ENABLING - Server-side encryption is being enabled.

                                                    • ENABLED - Server-side encryption is enabled.

                                                    • DISABLING - Server-side encryption is being disabled.

                                                    • DISABLED - Server-side encryption is disabled.

                                                    • \n@see SSEStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                      The current state of server-side encryption:

                                                      • ENABLING - Server-side encryption is being enabled.

                                                      • ENABLED - Server-side encryption is enabled.

                                                      • DISABLING - Server-side encryption is being disabled.

                                                      • DISABLED - Server-side encryption is disabled.

                                                      \n@param status The current state of server-side encryption:

                                                      • ENABLING - Server-side encryption is being enabled.

                                                      • ENABLED - Server-side encryption is enabled.

                                                      • DISABLING - Server-side encryption is being disabled.

                                                      • DISABLED - Server-side encryption is disabled.

                                                      • \n@see SSEStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSEStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                        The current state of server-side encryption:

                                                        • ENABLING - Server-side encryption is being enabled.

                                                        • ENABLED - Server-side encryption is enabled.

                                                        • DISABLING - Server-side encryption is being disabled.

                                                        • DISABLED - Server-side encryption is disabled.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "SSEStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                        The current state of server-side encryption:

                                                        • ENABLING - Server-side encryption is being enabled.

                                                        • ENABLED - Server-side encryption is enabled.

                                                        • DISABLING - Server-side encryption is being disabled.

                                                        • DISABLED - Server-side encryption is disabled.

                                                        \n@param status The current state of server-side encryption:

                                                        • ENABLING - Server-side encryption is being enabled.

                                                        • ENABLED - Server-side encryption is enabled.

                                                        • DISABLING - Server-side encryption is being disabled.

                                                        • DISABLED - Server-side encryption is disabled.

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

                                                          The current state of server-side encryption:

                                                          • ENABLING - Server-side encryption is being enabled.

                                                          • ENABLED - Server-side encryption is enabled.

                                                          • DISABLING - Server-side encryption is being disabled.

                                                          • DISABLED - Server-side encryption is disabled.

                                                          \n

                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SSEStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                          \n@return The current state of server-side encryption:

                                                          • ENABLING - Server-side encryption is being enabled.

                                                          • ENABLED - Server-side encryption is enabled.

                                                          • DISABLING - Server-side encryption is being disabled.

                                                          • DISABLED - Server-side encryption is disabled.

                                                          • \n@see SSEStatus", "getterModel" : { "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 server-side encryption:

                                                            • ENABLING - Server-side encryption is being enabled.

                                                            • ENABLED - Server-side encryption is enabled.

                                                            • DISABLING - Server-side encryption is being disabled.

                                                            • DISABLED - Server-side encryption is disabled.

                                                            \n@param status The current state of server-side encryption:

                                                            • ENABLING - Server-side encryption is being enabled.

                                                            • ENABLED - Server-side encryption is enabled.

                                                            • DISABLING - Server-side encryption is being disabled.

                                                            • DISABLED - Server-side encryption is disabled.

                                                            • \n@see SSEStatus", "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 server-side encryption:

                                                              • ENABLING - Server-side encryption is being enabled.

                                                              • ENABLED - Server-side encryption is enabled.

                                                              • DISABLING - Server-side encryption is being disabled.

                                                              • DISABLED - Server-side encryption is disabled.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SSEDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SSEDescription", "variableName" : "sseDescription", "variableType" : "SSEDescription", "documentation" : null, "simpleType" : "SSEDescription", "variableSetterType" : "SSEDescription" }, "wrapper" : false, "xmlNamespace" : null }, "SSESpecification" : { "c2jName" : "SSESpecification", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Represents the settings used to enable server-side encryption.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "SSEEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

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

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@return Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@return Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "SSEEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

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

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@return Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@return Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "SSEEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

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

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@return Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@return Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              \n@param enabled Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Enabled" ], "shapeName" : "SSESpecification", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SSESpecification", "variableName" : "sseSpecification", "variableType" : "SSESpecification", "documentation" : null, "simpleType" : "SSESpecification", "variableSetterType" : "SSESpecification" }, "wrapper" : false, "xmlNamespace" : null }, "SSEStatus" : { "c2jName" : "SSEStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLING", "value" : "ENABLING" }, { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "DISABLING", "value" : "DISABLING" }, { "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" : "SSEStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SSEStatus", "variableName" : "sseStatus", "variableType" : "SSEStatus", "documentation" : null, "simpleType" : "SSEStatus", "variableSetterType" : "SSEStatus" }, "wrapper" : false, "xmlNamespace" : null }, "SecurityGroupMembership" : { "c2jName" : "SecurityGroupMembership", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              An individual VPC 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" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSecurityGroupIdentifier", "beanStyleSetterMethodName" : "setSecurityGroupIdentifier", "c2jName" : "SecurityGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The unique ID for this 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 #securityGroupIdentifier(String)}.\n@param securityGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIdentifier(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@return The unique ID for this security group.\n@deprecated Use {@link #securityGroupIdentifier()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIdentifier(String)}\n", "documentation" : "

                                                              The unique ID for this security group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIdentifier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIdentifier", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIdentifier", "fluentSetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIdentifier", "getterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@return The unique ID for this 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" : "SecurityGroupIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroupIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.", "setterMethodName" : "setSecurityGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroupIdentifier", "variableType" : "String", "documentation" : "

                                                              The unique ID for this security group.

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

                                                              The status of this 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of this security group.

                                                              \n@return The status of this security group.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of this security group.

                                                              \n@param status The status of this security group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                              The status of this security group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                              The status of this security group.

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

                                                              The status of this security group.

                                                              \n@return The status of this 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 this security group.

                                                              \n@param status The status of this 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 this security group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SecurityGroupIdentifier" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSecurityGroupIdentifier", "beanStyleSetterMethodName" : "setSecurityGroupIdentifier", "c2jName" : "SecurityGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The unique ID for this 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 #securityGroupIdentifier(String)}.\n@param securityGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIdentifier(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@return The unique ID for this security group.\n@deprecated Use {@link #securityGroupIdentifier()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIdentifier(String)}\n", "documentation" : "

                                                              The unique ID for this security group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIdentifier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIdentifier", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIdentifier", "fluentSetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIdentifier", "getterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@return The unique ID for this 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" : "SecurityGroupIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroupIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.", "setterMethodName" : "setSecurityGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroupIdentifier", "variableType" : "String", "documentation" : "

                                                              The unique ID for this security group.

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

                                                              The status of this 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of this security group.

                                                              \n@return The status of this security group.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of this security group.

                                                              \n@param status The status of this security group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                              The status of this security group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                              The status of this security group.

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

                                                              The status of this security group.

                                                              \n@return The status of this 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 this security group.

                                                              \n@param status The status of this 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 this security group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSecurityGroupIdentifier", "beanStyleSetterMethodName" : "setSecurityGroupIdentifier", "c2jName" : "SecurityGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The unique ID for this 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 #securityGroupIdentifier(String)}.\n@param securityGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIdentifier(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@return The unique ID for this security group.\n@deprecated Use {@link #securityGroupIdentifier()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIdentifier(String)}\n", "documentation" : "

                                                              The unique ID for this security group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIdentifier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIdentifier", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIdentifier", "fluentSetterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIdentifier", "getterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@return The unique ID for this 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" : "SecurityGroupIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroupIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                              The unique ID for this security group.

                                                              \n@param securityGroupIdentifier The unique ID for this security group.", "setterMethodName" : "setSecurityGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroupIdentifier", "variableType" : "String", "documentation" : "

                                                              The unique ID for this security group.

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

                                                              The status of this 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of this security group.

                                                              \n@return The status of this security group.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of this security group.

                                                              \n@param status The status of this security group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                              The status of this security group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                              The status of this security group.

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

                                                              The status of this security group.

                                                              \n@return The status of this 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 this security group.

                                                              \n@param status The status of this 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 this security group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "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" : null, "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, "xmlNamespace" : null }, "SourceType" : { "c2jName" : "SourceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CLUSTER", "value" : "CLUSTER" }, { "name" : "PARAMETER_GROUP", "value" : "PARAMETER_GROUP" }, { "name" : "SUBNET_GROUP", "value" : "SUBNET_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, "xmlNamespace" : null }, "Subnet" : { "c2jName" : "Subnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The system-assigned 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@return The system-assigned identifier for the subnet.\n@deprecated Use {@link #subnetIdentifier()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIdentifier(String)}\n", "documentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIdentifier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIdentifier", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@return The system-assigned 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 system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned 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 system-assigned identifier for the subnet.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Availability Zone (AZ) 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 #subnetAvailabilityZone(String)}.\n@param subnetAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetAvailabilityZone(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@return The Availability Zone (AZ) for the subnet.\n@deprecated Use {@link #subnetAvailabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetAvailabilityZone(String)}\n", "documentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetAvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@return The Availability Zone (AZ) 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" : "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" : "STRING", "name" : "SubnetAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.", "setterMethodName" : "setSubnetAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetAvailabilityZone", "variableType" : "String", "documentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetAvailabilityZone" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Availability Zone (AZ) 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 #subnetAvailabilityZone(String)}.\n@param subnetAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetAvailabilityZone(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@return The Availability Zone (AZ) for the subnet.\n@deprecated Use {@link #subnetAvailabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetAvailabilityZone(String)}\n", "documentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetAvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@return The Availability Zone (AZ) 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" : "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" : "STRING", "name" : "SubnetAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.", "setterMethodName" : "setSubnetAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetAvailabilityZone", "variableType" : "String", "documentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetIdentifier" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The system-assigned 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@return The system-assigned identifier for the subnet.\n@deprecated Use {@link #subnetIdentifier()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIdentifier(String)}\n", "documentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIdentifier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIdentifier", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@return The system-assigned 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 system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned 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 system-assigned identifier for the subnet.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The system-assigned 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@return The system-assigned identifier for the subnet.\n@deprecated Use {@link #subnetIdentifier()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIdentifier(String)}\n", "documentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIdentifier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIdentifier", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                              The system-assigned identifier for the subnet.

                                                              \n@return The system-assigned 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 system-assigned identifier for the subnet.

                                                              \n@param subnetIdentifier The system-assigned 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 system-assigned identifier for the subnet.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Availability Zone (AZ) 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 #subnetAvailabilityZone(String)}.\n@param subnetAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetAvailabilityZone(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@return The Availability Zone (AZ) for the subnet.\n@deprecated Use {@link #subnetAvailabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetAvailabilityZone(String)}\n", "documentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetAvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@return The Availability Zone (AZ) 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" : "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" : "STRING", "name" : "SubnetAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              \n@param subnetAvailabilityZone The Availability Zone (AZ) for the subnet.", "setterMethodName" : "setSubnetAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetAvailabilityZone", "variableType" : "String", "documentation" : "

                                                              The Availability Zone (AZ) for the subnet.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "SubnetGroup" : { "c2jName" : "SubnetGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Represents the output of one of the following actions:

                                                              • CreateSubnetGroup

                                                              • ModifySubnetGroup

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The description of the subnet group.

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

                                                              The description of the subnet group.

                                                              \n@return The description of the subnet group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The description of the subnet group.

                                                              \n@param description The description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              The description of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              The description of the subnet group.

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

                                                              The description of the subnet group.

                                                              \n@return The description of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param description The description of the subnet 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 subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

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

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the 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 subnet group.

                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the 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 subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

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

                                                              A list of subnets associated with the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnets associated with the subnet group.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the 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 subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnets associated with the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Subnet)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subnet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subnet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the subnet group.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The description of the subnet group.

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

                                                              The description of the subnet group.

                                                              \n@return The description of the subnet group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The description of the subnet group.

                                                              \n@param description The description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              The description of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              The description of the subnet group.

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

                                                              The description of the subnet group.

                                                              \n@return The description of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param description The description of the subnet 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 subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subnets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

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

                                                              A list of subnets associated with the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnets associated with the subnet group.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the 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 subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnets associated with the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Subnet)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subnet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subnet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the subnet group.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VpcId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

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

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the 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 subnet group.

                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the 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 subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The description of the subnet group.

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

                                                              The description of the subnet group.

                                                              \n@return The description of the subnet group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The description of the subnet group.

                                                              \n@param description The description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              The description of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              The description of the subnet group.

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

                                                              The description of the subnet group.

                                                              \n@return The description of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param description The description of the subnet 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 subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

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

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the 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 subnet group.

                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the 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 subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

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

                                                              A list of subnets associated with the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnets associated with the subnet group.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the 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 subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnets associated with the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Subnet)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subnet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subnet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              \n@param subnets A list of subnets associated with the subnet group.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                              A list of subnets associated with the subnet group.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SubnetGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "wrapper" : false, "xmlNamespace" : null }, "SubnetGroupAlreadyExistsException" : { "c2jName" : "SubnetGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The specified subnet group already exists.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetGroupAlreadyExistsFault", "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" : "SubnetGroupAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetGroupAlreadyExistsException", "variableName" : "subnetGroupAlreadyExistsException", "variableType" : "SubnetGroupAlreadyExistsException", "documentation" : null, "simpleType" : "SubnetGroupAlreadyExistsException", "variableSetterType" : "SubnetGroupAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "SubnetGroupInUseException" : { "c2jName" : "SubnetGroupInUseFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The specified subnet group is currently in use.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetGroupInUseFault", "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" : "SubnetGroupInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetGroupInUseException", "variableName" : "subnetGroupInUseException", "variableType" : "SubnetGroupInUseException", "documentation" : null, "simpleType" : "SubnetGroupInUseException", "variableSetterType" : "SubnetGroupInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "SubnetGroupNotFoundException" : { "c2jName" : "SubnetGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

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

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetGroupNotFoundFault", "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" : "SubnetGroupNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetGroupNotFoundException", "variableName" : "subnetGroupNotFoundException", "variableType" : "SubnetGroupNotFoundException", "documentation" : null, "simpleType" : "SubnetGroupNotFoundException", "variableSetterType" : "SubnetGroupNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "SubnetGroupQuotaExceededException" : { "c2jName" : "SubnetGroupQuotaExceededFault", "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 subnet group.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetGroupQuotaExceededFault", "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" : "SubnetGroupQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetGroupQuotaExceededException", "variableName" : "subnetGroupQuotaExceededException", "variableType" : "SubnetGroupQuotaExceededException", "documentation" : null, "simpleType" : "SubnetGroupQuotaExceededException", "variableSetterType" : "SubnetGroupQuotaExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "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 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" : null, "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, "xmlNamespace" : null }, "SubnetQuotaExceededException" : { "c2jName" : "SubnetQuotaExceededFault", "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 subnet group.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetQuotaExceededFault", "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" : "SubnetQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetQuotaExceededException", "variableName" : "subnetQuotaExceededException", "variableType" : "SubnetQuotaExceededException", "documentation" : null, "simpleType" : "SubnetQuotaExceededException", "variableSetterType" : "SubnetQuotaExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              A description of a tag. Every tag is a key-value pair. You can add up to 50 tags to a single DAX cluster.

                                                              AWS-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. AWS-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user:.

                                                              You cannot backdate the application of a tag.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@return The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@return The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new 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" : "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. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.", "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. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@return The value of the tag. Tag values are case-sensitive and can be null.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@return The value of the tag. Tag values are case-sensitive and can 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 value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can 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 value of the tag. Tag values are case-sensitive and can be null.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@return The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@return The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new 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" : "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. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.", "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. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@return The value of the tag. Tag values are case-sensitive and can be null.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@return The value of the tag. Tag values are case-sensitive and can 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 value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can 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 value of the tag. Tag values are case-sensitive and can be null.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@return The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                              The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@return The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new 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" : "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. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              \n@param key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.", "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. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@return The value of the tag. Tag values are case-sensitive and can be null.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                              The value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@return The value of the tag. Tag values are case-sensitive and can 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 value of the tag. Tag values are case-sensitive and can be null.

                                                              \n@param value The value of the tag. Tag values are case-sensitive and can 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 value of the tag. Tag values are case-sensitive and can be null.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "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, "xmlNamespace" : null }, "TagNotFoundException" : { "c2jName" : "TagNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The tag does not exist.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TagNotFoundFault", "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" : "TagNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagNotFoundException", "variableName" : "tagNotFoundException", "variableType" : "TagNotFoundException", "documentation" : null, "simpleType" : "TagNotFoundException", "variableSetterType" : "TagNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "TagQuotaPerResourceExceededException" : { "c2jName" : "TagQuotaPerResourceExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              You have exceeded the maximum number of tags for this DAX cluster.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TagQuotaPerResourceExceeded", "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" : "TagQuotaPerResourceExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagQuotaPerResourceExceededException", "variableName" : "tagQuotaPerResourceExceededException", "variableType" : "TagQuotaPerResourceExceededException", "documentation" : null, "simpleType" : "TagQuotaPerResourceExceededException", "variableSetterType" : "TagQuotaPerResourceExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "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" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

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

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@return The name of the DAX resource to which tags should be added.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@return The name of the DAX resource to which tags should be added.", "getterModel" : { "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 name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.", "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 name of the DAX resource to which tags should be added.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The tags to be assigned to the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tags to be assigned to the DAX resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n@param tags The tags to be assigned to the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

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

                                                              The tags to be assigned to the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tags to be assigned to the DAX 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n@param tags The tags to be assigned to the DAX 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" : "

                                                              The tags to be assigned to the DAX resource.

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

                                                              The name of the DAX resource to which tags should be added.

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

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@return The name of the DAX resource to which tags should be added.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@return The name of the DAX resource to which tags should be added.", "getterModel" : { "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 name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.", "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 name of the DAX resource to which tags should be added.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The tags to be assigned to the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tags to be assigned to the DAX resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n@param tags The tags to be assigned to the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

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

                                                              The tags to be assigned to the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tags to be assigned to the DAX 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n@param tags The tags to be assigned to the DAX 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" : "

                                                              The tags to be assigned to the DAX resource.

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

                                                              The name of the DAX resource to which tags should be added.

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

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@return The name of the DAX resource to which tags should be added.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                              The name of the DAX resource to which tags should be added.

                                                              \n@return The name of the DAX resource to which tags should be added.", "getterModel" : { "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 name of the DAX resource to which tags should be added.

                                                              \n@param resourceName The name of the DAX resource to which tags should be added.", "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 name of the DAX resource to which tags should be added.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The tags to be assigned to the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tags to be assigned to the DAX resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n@param tags The tags to be assigned to the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

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

                                                              The tags to be assigned to the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tags to be assigned to the DAX 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The tags to be assigned to the DAX resource.

                                                              \n@param tags The tags to be assigned to the DAX 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" : "

                                                              The tags to be assigned to the DAX resource.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceName", "Tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The list of tags that are associated with the DAX resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The list of tags that are associated with the DAX 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX 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" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The list of tags that are associated with the DAX resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The list of tags that are associated with the DAX 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX 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" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX 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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The list of tags that are associated with the DAX resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The list of tags that are associated with the DAX 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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              \n@param tags The list of tags that are associated with the DAX 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" : "

                                                              The list of tags that are associated with the DAX resource.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "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" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

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

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@return The name of the DAX resource from which the tags should be removed.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@return The name of the DAX resource from which the tags should be removed.", "getterModel" : { "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 name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.", "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 name of the DAX resource from which the tags should be removed.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                              \n@return A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                              \n@return A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.", "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 tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

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

                                                              The name of the DAX resource from which the tags should be removed.

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

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@return The name of the DAX resource from which the tags should be removed.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@return The name of the DAX resource from which the tags should be removed.", "getterModel" : { "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 name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.", "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 name of the DAX resource from which the tags should be removed.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                              \n@return A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                              \n@return A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.", "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 tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

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

                                                              The name of the DAX resource from which the tags should be removed.

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

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@return The name of the DAX resource from which the tags should be removed.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                              The name of the DAX resource from which the tags should be removed.

                                                              \n@return The name of the DAX resource from which the tags should be removed.", "getterModel" : { "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 name of the DAX resource from which the tags should be removed.

                                                              \n@param resourceName The name of the DAX resource from which the tags should be removed.", "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 name of the DAX resource from which the tags should be removed.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                              \n@return A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                              \n@return A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                              A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              \n@param tagKeys A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.", "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 tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceName", "TagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The tag keys that have been removed 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tag keys that have been removed from the cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tag keys that have been removed 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The tag keys that have been removed 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tag keys that have been removed from the cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tag keys that have been removed 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The tag keys that have been removed 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tag keys that have been removed from the cluster.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return The tag keys that have been removed 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              \n@param tags The tag keys that have been removed from the cluster.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                              The tag keys that have been removed from the cluster.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateClusterRequest" : { "c2jName" : "UpdateClusterRequest", "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" : "UpdateCluster", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.UpdateCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

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

                                                              The name of the DAX cluster to be modified.

                                                              \n@return The name of the DAX cluster to be modified.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              \n@param clusterName The name of the DAX cluster to be modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

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

                                                              The name of the DAX cluster to be modified.

                                                              \n@return The name of the DAX cluster to be modified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              \n@param clusterName The name of the DAX cluster to be modified.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the changes being made to 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@return A description of the changes being made to the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              A description of the changes being made to the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@return A description of the changes being made to 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" : "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 changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.", "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 changes being made to the cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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" : "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" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@return The Amazon Resource Name (ARN) that identifies the topic.\n@deprecated Use {@link #notificationTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@param notificationTopicArn 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.\n@deprecated Use {@link #notificationTopicArn(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@param notificationTopicArn 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" : "notificationTopicArn", "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" : "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) that identifies the topic.

                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) that identifies the topic.", "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) that identifies the topic.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@return The current state of the topic.\n@deprecated Use {@link #notificationTopicStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicStatus(String)}\n", "documentation" : "

                                                              The current state of the topic.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "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" : "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 current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.", "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 current state of the topic.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a parameter group 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@return The name of a parameter group for this cluster.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                                              The name of a parameter group for this cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@return The name of a parameter group 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of a parameter group for this cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.", "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" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClusterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

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

                                                              The name of the DAX cluster to be modified.

                                                              \n@return The name of the DAX cluster to be modified.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              \n@param clusterName The name of the DAX cluster to be modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

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

                                                              The name of the DAX cluster to be modified.

                                                              \n@return The name of the DAX cluster to be modified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              \n@param clusterName The name of the DAX cluster to be modified.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the changes being made to 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@return A description of the changes being made to the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              A description of the changes being made to the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@return A description of the changes being made to 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" : "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 changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.", "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 changes being made to the cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationTopicArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@return The Amazon Resource Name (ARN) that identifies the topic.\n@deprecated Use {@link #notificationTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@param notificationTopicArn 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.\n@deprecated Use {@link #notificationTopicArn(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@param notificationTopicArn 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" : "notificationTopicArn", "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" : "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) that identifies the topic.

                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) that identifies the topic.", "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) that identifies the topic.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationTopicStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@return The current state of the topic.\n@deprecated Use {@link #notificationTopicStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicStatus(String)}\n", "documentation" : "

                                                              The current state of the topic.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "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" : "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 current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.", "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 current state of the topic.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a parameter group 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@return The name of a parameter group for this cluster.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                                              The name of a parameter group for this cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@return The name of a parameter group 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of a parameter group for this cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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" : "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" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroupIds" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.", "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" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClusterName", "beanStyleSetterMethodName" : "setClusterName", "c2jName" : "ClusterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

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

                                                              The name of the DAX cluster to be modified.

                                                              \n@return The name of the DAX cluster to be modified.\n@deprecated Use {@link #clusterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              \n@param clusterName The name of the DAX cluster to be modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clusterName(String)}\n", "documentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClusterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClusterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterName", "fluentSetterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

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

                                                              The name of the DAX cluster to be modified.

                                                              \n@return The name of the DAX cluster to be modified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClusterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClusterName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              \n@param clusterName The name of the DAX cluster to be modified.", "setterMethodName" : "setClusterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clusterName", "variableType" : "String", "documentation" : "

                                                              The name of the DAX cluster to be modified.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the changes being made to 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@return A description of the changes being made to the cluster.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              A description of the changes being made to the cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                              A description of the changes being made to the cluster.

                                                              \n@return A description of the changes being made to 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" : "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 changes being made to the cluster.

                                                              \n@param description A description of the changes being made to the cluster.", "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 changes being made to the cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@deprecated Use {@link #preferredMaintenanceWindow()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #preferredMaintenanceWindow(String)}\n", "documentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PreferredMaintenanceWindow property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPreferredMaintenanceWindow", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@return A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the 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" : "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" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              \n@param preferredMaintenanceWindow A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                                                              A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@return The Amazon Resource Name (ARN) that identifies the topic.\n@deprecated Use {@link #notificationTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@param notificationTopicArn 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.\n@deprecated Use {@link #notificationTopicArn(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                              \n@param notificationTopicArn 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" : "notificationTopicArn", "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" : "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) that identifies the topic.

                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) that identifies the topic.", "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) that identifies the topic.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@return The current state of the topic.\n@deprecated Use {@link #notificationTopicStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationTopicStatus(String)}\n", "documentation" : "

                                                              The current state of the topic.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NotificationTopicStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotificationTopicStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                              The current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "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" : "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 current state of the topic.

                                                              \n@param notificationTopicStatus The current state of the topic.", "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 current state of the topic.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a parameter group 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@return The name of a parameter group for this cluster.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                                              The name of a parameter group for this cluster.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupName", "getterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@return The name of a parameter group 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a parameter group for this cluster.

                                                              \n@param parameterGroupName The name of a parameter group for this cluster.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of a parameter group for this cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              \n@param securityGroupIds A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.", "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" : "

                                                              A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ClusterName" ], "shapeName" : "UpdateClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateClusterRequest", "variableName" : "updateClusterRequest", "variableType" : "UpdateClusterRequest", "documentation" : null, "simpleType" : "UpdateClusterRequest", "variableSetterType" : "UpdateClusterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateClusterResponse" : { "c2jName" : "UpdateClusterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

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

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@return A description of the DAX cluster, after it has been modified.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@return A description of the DAX cluster, after it has been modified.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cluster" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

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

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@return A description of the DAX cluster, after it has been modified.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@return A description of the DAX cluster, after it has been modified.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCluster", "beanStyleSetterMethodName" : "setCluster", "c2jName" : "Cluster", "c2jShape" : "Cluster", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

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

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@return A description of the DAX cluster, after it has been modified.\n@deprecated Use {@link #cluster()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cluster(Cluster)}\n", "documentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cluster property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCluster", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cluster", "fluentSetterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cluster", "getterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@return A description of the DAX cluster, after it has been modified.", "getterModel" : { "returnType" : "Cluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Cluster", "sensitive" : false, "setterDocumentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              \n@param cluster A description of the DAX cluster, after it has been modified.", "setterMethodName" : "setCluster", "setterModel" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : null, "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cluster", "variableName" : "cluster", "variableType" : "Cluster", "documentation" : "

                                                              A description of the DAX cluster, after it has been modified.

                                                              ", "simpleType" : "Cluster", "variableSetterType" : "Cluster" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateClusterResponse", "variableName" : "updateClusterResponse", "variableType" : "UpdateClusterResponse", "documentation" : null, "simpleType" : "UpdateClusterResponse", "variableSetterType" : "UpdateClusterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateParameterGroupRequest" : { "c2jName" : "UpdateParameterGroupRequest", "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" : "UpdateParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.UpdateParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                                              The name of the parameter group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                                              The name of the parameter group.

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

                                                              The name of the parameter group.

                                                              \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the parameter group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasParameterNameValues()} to see if a value was sent in this field.\n

                                                              \n@return An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@deprecated Use {@link #parameterNameValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterNameValues(List)}\n", "documentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterNameValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterNameValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasParameterNameValues()} to see if a value was sent in this field.\n

                                                              \n@return An array of name-value pairs for the parameters in the group. Each element in the array represents a single 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ParameterNameValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.", "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 name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                                              The name of the parameter group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                                              The name of the parameter group.

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

                                                              The name of the parameter group.

                                                              \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the parameter group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParameterNameValues" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasParameterNameValues()} to see if a value was sent in this field.\n

                                                              \n@return An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@deprecated Use {@link #parameterNameValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterNameValues(List)}\n", "documentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterNameValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterNameValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasParameterNameValues()} to see if a value was sent in this field.\n

                                                              \n@return An array of name-value pairs for the parameters in the group. Each element in the array represents a single 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ParameterNameValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.", "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 name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroupName", "beanStyleSetterMethodName" : "setParameterGroupName", "c2jName" : "ParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the 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 #parameterGroupName(String)}.\n@param parameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@return The name of the parameter group.\n@deprecated Use {@link #parameterGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@param parameterGroupName The name of the parameter group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroupName(String)}\n", "documentation" : "

                                                              The name of the parameter group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroupName", "fluentSetterDocumentation" : "

                                                              The name of the parameter group.

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

                                                              The name of the parameter group.

                                                              \n@return The name of the 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" : "ParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the parameter group.

                                                              \n@param parameterGroupName The name of the parameter group.", "setterMethodName" : "setParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the parameter group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single 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 #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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasParameterNameValues()} to see if a value was sent in this field.\n

                                                              \n@return An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@deprecated Use {@link #parameterNameValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterNameValues(List)}\n", "documentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterNameValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterNameValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                              An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasParameterNameValues()} to see if a value was sent in this field.\n

                                                              \n@return An array of name-value pairs for the parameters in the group. Each element in the array represents a single 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" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ParameterNameValue)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : 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" : "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" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "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 name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              \n@param parameterNameValues An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.", "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 name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParameterGroupName", "ParameterNameValues" ], "shapeName" : "UpdateParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateParameterGroupRequest", "variableName" : "updateParameterGroupRequest", "variableType" : "UpdateParameterGroupRequest", "documentation" : null, "simpleType" : "UpdateParameterGroupRequest", "variableSetterType" : "UpdateParameterGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateParameterGroupResponse" : { "c2jName" : "UpdateParameterGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "

                                                              The parameter group that has been modified.

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

                                                              The parameter group that has been modified.

                                                              \n@return The parameter group that has been modified.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroup)}\n", "documentation" : "

                                                              The parameter group that has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@return The parameter group that has been modified.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : "

                                                              The parameter group that has been modified.

                                                              ", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "

                                                              The parameter group that has been modified.

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

                                                              The parameter group that has been modified.

                                                              \n@return The parameter group that has been modified.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroup)}\n", "documentation" : "

                                                              The parameter group that has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@return The parameter group that has been modified.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : "

                                                              The parameter group that has been modified.

                                                              ", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParameterGroup", "beanStyleSetterMethodName" : "setParameterGroup", "c2jName" : "ParameterGroup", "c2jShape" : "ParameterGroup", "defaultConsumerFluentSetterDocumentation" : "

                                                              The parameter group that has been modified.

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

                                                              The parameter group that has been modified.

                                                              \n@return The parameter group that has been modified.\n@deprecated Use {@link #parameterGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parameterGroup(ParameterGroup)}\n", "documentation" : "

                                                              The parameter group that has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParameterGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParameterGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterGroup", "fluentSetterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroup", "getterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@return The parameter group that has been modified.", "getterModel" : { "returnType" : "ParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ParameterGroup", "sensitive" : false, "setterDocumentation" : "

                                                              The parameter group that has been modified.

                                                              \n@param parameterGroup The parameter group that has been modified.", "setterMethodName" : "setParameterGroup", "setterModel" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : null, "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterGroup", "variableName" : "parameterGroup", "variableType" : "ParameterGroup", "documentation" : "

                                                              The parameter group that has been modified.

                                                              ", "simpleType" : "ParameterGroup", "variableSetterType" : "ParameterGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateParameterGroupResponse", "variableName" : "updateParameterGroupResponse", "variableType" : "UpdateParameterGroupResponse", "documentation" : null, "simpleType" : "UpdateParameterGroupResponse", "variableSetterType" : "UpdateParameterGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateSubnetGroupRequest" : { "c2jName" : "UpdateSubnetGroupRequest", "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" : "UpdateSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDAXV3.UpdateSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the subnet group.

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

                                                              A description of the subnet group.

                                                              \n@return A description of the subnet group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@param description A description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              A description of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@param description A description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@return A description of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param description A description of the subnet 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 of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

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

                                                              A list of subnet IDs in the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnet IDs in the subnet group.\n@deprecated Use {@link #subnetIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIds(List)}\n", "documentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnet IDs in the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the subnet group.

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

                                                              A description of the subnet group.

                                                              \n@return A description of the subnet group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@param description A description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              A description of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@param description A description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@return A description of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param description A description of the subnet 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 of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetIds" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

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

                                                              A list of subnet IDs in the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnet IDs in the subnet group.\n@deprecated Use {@link #subnetIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIds(List)}\n", "documentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnet IDs in the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroupName", "beanStyleSetterMethodName" : "setSubnetGroupName", "c2jName" : "SubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@return The name of the subnet group.\n@deprecated Use {@link #subnetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroupName(String)}\n", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupName", "fluentSetterDocumentation" : "

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

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

                                                              The name of the subnet group.

                                                              \n@param subnetGroupName The name of the subnet group.", "setterMethodName" : "setSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              A description of the subnet group.

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

                                                              A description of the subnet group.

                                                              \n@return A description of the subnet group.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@param description A description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                              A description of the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@param description A description of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                              A description of the subnet group.

                                                              \n@return A description of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 subnet group.

                                                              \n@param description A description of the subnet 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 of the subnet group.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

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

                                                              A list of subnet IDs in the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnet IDs in the subnet group.\n@deprecated Use {@link #subnetIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetIds(List)}\n", "documentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n

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

                                                              \n

                                                              \nYou can use {@link #hasSubnetIds()} to see if a value was sent in this field.\n

                                                              \n@return A list of subnet IDs in the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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" : { "autoConstructClassIfExists" : { "present" : false }, "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetIds", "sensitive" : false, "setterDocumentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              \n@param subnetIds A list of subnet IDs in the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                                                              A list of subnet IDs in the subnet group.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubnetGroupName" ], "shapeName" : "UpdateSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateSubnetGroupRequest", "variableName" : "updateSubnetGroupRequest", "variableType" : "UpdateSubnetGroupRequest", "documentation" : null, "simpleType" : "UpdateSubnetGroupRequest", "variableSetterType" : "UpdateSubnetGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateSubnetGroupResponse" : { "c2jName" : "UpdateSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                                              The subnet group that has been modified.

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

                                                              The subnet group that has been modified.

                                                              \n@return The subnet group that has been modified.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(SubnetGroup)}\n", "documentation" : "

                                                              The subnet group that has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@return The subnet group that has been modified.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : "

                                                              The subnet group that has been modified.

                                                              ", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                                              The subnet group that has been modified.

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

                                                              The subnet group that has been modified.

                                                              \n@return The subnet group that has been modified.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(SubnetGroup)}\n", "documentation" : "

                                                              The subnet group that has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@return The subnet group that has been modified.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : "

                                                              The subnet group that has been modified.

                                                              ", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetGroup", "beanStyleSetterMethodName" : "setSubnetGroup", "c2jName" : "SubnetGroup", "c2jShape" : "SubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                                              The subnet group that has been modified.

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

                                                              The subnet group that has been modified.

                                                              \n@return The subnet group that has been modified.\n@deprecated Use {@link #subnetGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetGroup(SubnetGroup)}\n", "documentation" : "

                                                              The subnet group that has been modified.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetGroup", "fluentSetterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroup", "getterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@return The subnet group that has been modified.", "getterModel" : { "returnType" : "SubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubnetGroup", "sensitive" : false, "setterDocumentation" : "

                                                              The subnet group that has been modified.

                                                              \n@param subnetGroup The subnet group that has been modified.", "setterMethodName" : "setSubnetGroup", "setterModel" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : null, "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetGroup", "variableName" : "subnetGroup", "variableType" : "SubnetGroup", "documentation" : "

                                                              The subnet group that has been modified.

                                                              ", "simpleType" : "SubnetGroup", "variableSetterType" : "SubnetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateSubnetGroupResponse", "variableName" : "updateSubnetGroupResponse", "variableType" : "UpdateSubnetGroupResponse", "documentation" : null, "simpleType" : "UpdateSubnetGroupResponse", "variableSetterType" : "UpdateSubnetGroupResponse" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 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" : "DaxException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.dax.model.DaxException", "sdkRequestBaseClassName" : "DaxRequest", "sdkResponseBaseClassName" : "DaxResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy