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

models.elasticloadbalancing-2015-12-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Elastic Load Balancing module holds the client classes that are used for communicating with Elastic Load Balancing Service (API Version 2015-12-01)

There is a newer version: 1.12.780
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2015-12-01",
    "asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
    "asyncClientBuilderClassName" : "AmazonElasticLoadBalancingAsyncClientBuilder",
    "asyncInterface" : "AmazonElasticLoadBalancingAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonElasticLoadBalancingModuleInjector",
    "defaultEndpoint" : "elasticloadbalancing.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.us-east-1.amazonaws.com",
    "documentation" : "Elastic Load Balancing 

A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures that it routes traffic only to healthy targets. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer. You configure a target group with a protocol and port number for connections from the load balancer to the targets, and with health check settings to be used when checking the health status of the targets.

Elastic Load Balancing supports two types of load balancers: Classic Load Balancers and Application Load Balancers. A Classic Load Balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. An Application Load Balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS), supports path-based routing, and can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the Elastic Load Balancing User Guide.

This reference covers the 2015-12-01 API, which supports Application Load Balancers. The 2012-06-01 API supports Classic Load Balancers.

To get started, complete the following tasks:

  1. Create an Application Load Balancer using CreateLoadBalancer.

  2. Create a target group using CreateTargetGroup.

  3. Register targets for the target group using RegisterTargets.

  4. Create one or more listeners for your load balancer using CreateListener.

  5. (Optional) Create one or more rules for content routing based on URL using CreateRule.

To delete an Application Load Balancer and its related resources, complete the following tasks:

  1. Delete the load balancer using DeleteLoadBalancer.

  2. Delete the target group using DeleteTargetGroup.

All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds.

", "endpointPrefix" : "elasticloadbalancing", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "packageName" : "com.amazonaws.services.elasticloadbalancingv2", "packagePath" : "com/amazonaws/services/elasticloadbalancingv2", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "serviceAbbreviation" : "Elastic Load Balancing v2", "serviceFullName" : "Elastic Load Balancing", "serviceName" : "Elastic Load Balancing v2", "signingName" : "elasticloadbalancing", "smokeTestsPackageName" : "com.amazonaws.services.elasticloadbalancingv2.smoketests", "syncClient" : "AmazonElasticLoadBalancingClient", "syncClientBuilderClassName" : "AmazonElasticLoadBalancingClientBuilder", "syncInterface" : "AmazonElasticLoadBalancing", "unmarshallerClassSuffix" : "StaxUnmarshaller", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "AddTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds the specified tags to the specified resource. You can tag your Application Load Balancers and your target groups.

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, AddTags updates its value.

To list the current tags for your resources, use DescribeTags. To remove tags from your resources, use RemoveTags.

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

A tag key was specified more than once.

" }, { "exceptionName" : "TooManyTagsException", "documentation" : "

You've reached the limit on the number of tags per load balancer.

" }, { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "documentation" : "

Contains the parameters for AddTags.

", "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "addTags", "operationName" : "AddTags", "returnType" : { "returnType" : "AddTagsResult", "documentation" : "

Contains the output of AddTags.

" }, "syncReturnType" : "AddTagsResult" }, "CreateListener" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateListenerResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a listener for the specified Application Load Balancer.

You can create up to 10 listeners per load balancer.

To update a listener, use ModifyListener. When you are finished with a listener, you can delete it using DeleteListener. If you are finished with both the listener and the load balancer, you can delete them both using DeleteLoadBalancer.

For more information, see Listeners for Your Application Load Balancers in the Application Load Balancers Guide.

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

A listener with the specified port already exists.

" }, { "exceptionName" : "TooManyListenersException", "documentation" : "

You've reached the limit on the number of listeners per load balancer.

" }, { "exceptionName" : "TooManyCertificatesException", "documentation" : "

You've reached the limit on the number of certificates per listener.

" }, { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" }, { "exceptionName" : "TargetGroupAssociationLimitException", "documentation" : "

You've reached the limit on the number of load balancers per target group.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" }, { "exceptionName" : "IncompatibleProtocolsException", "documentation" : "

The specified configuration is not valid with this protocol.

" }, { "exceptionName" : "SSLPolicyNotFoundException", "documentation" : "

The specified SSL policy does not exist.

" }, { "exceptionName" : "CertificateNotFoundException", "documentation" : "

The specified certificate does not exist.

" }, { "exceptionName" : "UnsupportedProtocolException", "documentation" : "

The specified protocol is not supported.

" }, { "exceptionName" : "TooManyRegistrationsForTargetIdException", "documentation" : "

You've reached the limit on the number of times a target can be registered with a load balancer.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateListenerRequest", "variableName" : "createListenerRequest", "variableType" : "CreateListenerRequest", "documentation" : "

Contains the parameters for CreateListener.

", "simpleType" : "CreateListenerRequest", "variableSetterType" : "CreateListenerRequest" }, "inputStreamPropertyName" : null, "methodName" : "createListener", "operationName" : "CreateListener", "returnType" : { "returnType" : "CreateListenerResult", "documentation" : "

Contains the output of CreateListener.

" }, "syncReturnType" : "CreateListenerResult" }, "CreateLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateLoadBalancerResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an Application Load Balancer.

To create listeners for your load balancer, use CreateListener. You can add security groups, subnets, and tags when you create your load balancer, or you can add them later using SetSecurityGroups, SetSubnets, and AddTags.

To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.

You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Limits for Your Application Load Balancer in the Application Load Balancers Guide.

For more information, see Application Load Balancers in the Application Load Balancers Guide.

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

A load balancer with the specified name already exists for this account.

" }, { "exceptionName" : "TooManyLoadBalancersException", "documentation" : "

You've reached the limit on the number of load balancers for your AWS account.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" }, { "exceptionName" : "SubnetNotFoundException", "documentation" : "

The specified subnet does not exist.

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

The specified subnet is out of available addresses.

" }, { "exceptionName" : "InvalidSecurityGroupException", "documentation" : "

The specified security group does not exist.

" }, { "exceptionName" : "InvalidSchemeException", "documentation" : "

The requested scheme is not valid.

" }, { "exceptionName" : "TooManyTagsException", "documentation" : "

You've reached the limit on the number of tags per load balancer.

" }, { "exceptionName" : "DuplicateTagKeysException", "documentation" : "

A tag key was specified more than once.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateLoadBalancerRequest", "variableName" : "createLoadBalancerRequest", "variableType" : "CreateLoadBalancerRequest", "documentation" : "

Contains the parameters for CreateLoadBalancer.

", "simpleType" : "CreateLoadBalancerRequest", "variableSetterType" : "CreateLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "createLoadBalancer", "operationName" : "CreateLoadBalancer", "returnType" : { "returnType" : "CreateLoadBalancerResult", "documentation" : "

Contains the output of CreateLoadBalancer.

" }, "syncReturnType" : "CreateLoadBalancerResult" }, "CreateRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateRuleResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a rule for the specified listener.

Each rule can have one action and one condition. Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the default action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.

To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.

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

The specified priority is in use.

" }, { "exceptionName" : "TooManyTargetGroupsException", "documentation" : "

You've reached the limit on the number of target groups for your AWS account.

" }, { "exceptionName" : "TooManyRulesException", "documentation" : "

You've reached the limit on the number of rules per load balancer.

" }, { "exceptionName" : "TargetGroupAssociationLimitException", "documentation" : "

You've reached the limit on the number of load balancers per target group.

" }, { "exceptionName" : "ListenerNotFoundException", "documentation" : "

The specified listener does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" }, { "exceptionName" : "TooManyRegistrationsForTargetIdException", "documentation" : "

You've reached the limit on the number of times a target can be registered with a load balancer.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateRuleRequest", "variableName" : "createRuleRequest", "variableType" : "CreateRuleRequest", "documentation" : "

Contains the parameters for CreateRule.

", "simpleType" : "CreateRuleRequest", "variableSetterType" : "CreateRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "createRule", "operationName" : "CreateRule", "returnType" : { "returnType" : "CreateRuleResult", "documentation" : "

Contains the output of CreateRule.

" }, "syncReturnType" : "CreateRuleResult" }, "CreateTargetGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTargetGroupResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a target group.

To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.

To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.

To delete a target group, use DeleteTargetGroup.

For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide.

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

A target group with the specified name already exists.

" }, { "exceptionName" : "TooManyTargetGroupsException", "documentation" : "

You've reached the limit on the number of target groups for your AWS account.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTargetGroupRequest", "variableName" : "createTargetGroupRequest", "variableType" : "CreateTargetGroupRequest", "documentation" : "

Contains the parameters for CreateTargetGroup.

", "simpleType" : "CreateTargetGroupRequest", "variableSetterType" : "CreateTargetGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTargetGroup", "operationName" : "CreateTargetGroup", "returnType" : { "returnType" : "CreateTargetGroupResult", "documentation" : "

Contains the output of CreateTargetGroup.

" }, "syncReturnType" : "CreateTargetGroupResult" }, "DeleteListener" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteListenerResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified listener.

Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.

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

The specified listener does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteListenerRequest", "variableName" : "deleteListenerRequest", "variableType" : "DeleteListenerRequest", "documentation" : "

Contains the parameters for DeleteListener.

", "simpleType" : "DeleteListenerRequest", "variableSetterType" : "DeleteListenerRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteListener", "operationName" : "DeleteListener", "returnType" : { "returnType" : "DeleteListenerResult", "documentation" : "

Contains the output of DeleteListener.

" }, "syncReturnType" : "DeleteListenerResult" }, "DeleteLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteLoadBalancerResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified Application Load Balancer and its attached listeners.

You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds.

Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLoadBalancerRequest", "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "documentation" : "

Contains the parameters for DeleteLoadBalancer.

", "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteLoadBalancer", "operationName" : "DeleteLoadBalancer", "returnType" : { "returnType" : "DeleteLoadBalancerResult", "documentation" : "

Contains the output of DeleteLoadBalancer.

" }, "syncReturnType" : "DeleteLoadBalancerResult" }, "DeleteRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteRuleResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified rule.

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

The specified rule does not exist.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRuleRequest", "variableName" : "deleteRuleRequest", "variableType" : "DeleteRuleRequest", "documentation" : "

Contains the parameters for DeleteRule.

", "simpleType" : "DeleteRuleRequest", "variableSetterType" : "DeleteRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteRule", "operationName" : "DeleteRule", "returnType" : { "returnType" : "DeleteRuleResult", "documentation" : "

Contains the output of DeleteRule.

" }, "syncReturnType" : "DeleteRuleResult" }, "DeleteTargetGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTargetGroupResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified target group.

You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.

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

A specified resource is in use.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTargetGroupRequest", "variableName" : "deleteTargetGroupRequest", "variableType" : "DeleteTargetGroupRequest", "documentation" : "

Contains the parameters for DeleteTargetGroup.

", "simpleType" : "DeleteTargetGroupRequest", "variableSetterType" : "DeleteTargetGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTargetGroup", "operationName" : "DeleteTargetGroup", "returnType" : { "returnType" : "DeleteTargetGroupResult", "documentation" : "

Contains the output of DeleteTargetGroup.

" }, "syncReturnType" : "DeleteTargetGroupResult" }, "DeregisterTargets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeregisterTargetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.

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

The specified target group does not exist.

" }, { "exceptionName" : "InvalidTargetException", "documentation" : "

The specified target does not exist or is not in the same VPC as the target group.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeregisterTargetsRequest", "variableName" : "deregisterTargetsRequest", "variableType" : "DeregisterTargetsRequest", "documentation" : "

Contains the parameters for DeregisterTargets.

", "simpleType" : "DeregisterTargetsRequest", "variableSetterType" : "DeregisterTargetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "deregisterTargets", "operationName" : "DeregisterTargets", "returnType" : { "returnType" : "DeregisterTargetsResult", "documentation" : "

Contains the output of DeregisterTargets.

" }, "syncReturnType" : "DeregisterTargetsResult" }, "DescribeListeners" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeListenersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified listeners or the listeners for the specified Application Load Balancer. You must specify either a load balancer or one or more listeners.

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

The specified listener does not exist.

" }, { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeListenersRequest", "variableName" : "describeListenersRequest", "variableType" : "DescribeListenersRequest", "documentation" : "

Contains the parameters for DescribeListeners.

", "simpleType" : "DescribeListenersRequest", "variableSetterType" : "DescribeListenersRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeListeners", "operationName" : "DescribeListeners", "returnType" : { "returnType" : "DescribeListenersResult", "documentation" : "

Contains the output of DescribeListeners.

" }, "syncReturnType" : "DescribeListenersResult" }, "DescribeLoadBalancerAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLoadBalancerAttributesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the attributes for the specified Application Load Balancer.

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

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "documentation" : "

Contains the parameters for DescribeLoadBalancerAttributes.

", "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLoadBalancerAttributes", "operationName" : "DescribeLoadBalancerAttributes", "returnType" : { "returnType" : "DescribeLoadBalancerAttributesResult", "documentation" : "

Contains the output of DescribeLoadBalancerAttributes.

" }, "syncReturnType" : "DescribeLoadBalancerAttributesResult" }, "DescribeLoadBalancers" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLoadBalancersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified Application Load Balancers or all of your Application Load Balancers.

To describe the listeners for a load balancer, use DescribeListeners. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes.

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

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : "

Contains the parameters for DescribeLoadBalancers.

", "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLoadBalancers", "operationName" : "DescribeLoadBalancers", "returnType" : { "returnType" : "DescribeLoadBalancersResult", "documentation" : "

Contains the output of DescribeLoadBalancers.

" }, "syncReturnType" : "DescribeLoadBalancersResult" }, "DescribeRules" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeRulesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.

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

The specified listener does not exist.

" }, { "exceptionName" : "RuleNotFoundException", "documentation" : "

The specified rule does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeRulesRequest", "variableName" : "describeRulesRequest", "variableType" : "DescribeRulesRequest", "documentation" : "

Contains the parameters for DescribeRules.

", "simpleType" : "DescribeRulesRequest", "variableSetterType" : "DescribeRulesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeRules", "operationName" : "DescribeRules", "returnType" : { "returnType" : "DescribeRulesResult", "documentation" : "

Contains the output of DescribeRules.

" }, "syncReturnType" : "DescribeRulesResult" }, "DescribeSSLPolicies" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeSSLPoliciesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified policies or all policies used for SSL negotiation.

Note that the only supported policy at this time is ELBSecurityPolicy-2015-05.

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

The specified SSL policy does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSSLPoliciesRequest", "variableName" : "describeSSLPoliciesRequest", "variableType" : "DescribeSSLPoliciesRequest", "documentation" : "

Contains the parameters for DescribeSSLPolicies.

", "simpleType" : "DescribeSSLPoliciesRequest", "variableSetterType" : "DescribeSSLPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeSSLPolicies", "operationName" : "DescribeSSLPolicies", "returnType" : { "returnType" : "DescribeSSLPoliciesResult", "documentation" : "

Contains the output of DescribeSSLPolicies.

" }, "syncReturnType" : "DescribeSSLPoliciesResult" }, "DescribeTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the tags for the specified resources.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" }, { "exceptionName" : "ListenerNotFoundException", "documentation" : "

The specified listener does not exist.

" }, { "exceptionName" : "RuleNotFoundException", "documentation" : "

The specified rule does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : "

Contains the parameters for DescribeTags.

", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTags", "operationName" : "DescribeTags", "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : "

Contains the output of DescribeTags.

" }, "syncReturnType" : "DescribeTagsResult" }, "DescribeTargetGroupAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTargetGroupAttributesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the attributes for the specified target group.

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

The specified target group does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTargetGroupAttributesRequest", "variableName" : "describeTargetGroupAttributesRequest", "variableType" : "DescribeTargetGroupAttributesRequest", "documentation" : "

Contains the parameters for DescribeTargetGroupAttributes.

", "simpleType" : "DescribeTargetGroupAttributesRequest", "variableSetterType" : "DescribeTargetGroupAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTargetGroupAttributes", "operationName" : "DescribeTargetGroupAttributes", "returnType" : { "returnType" : "DescribeTargetGroupAttributesResult", "documentation" : "

Contains the output of DescribeTargetGroupAttributes.

" }, "syncReturnType" : "DescribeTargetGroupAttributesResult" }, "DescribeTargetGroups" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTargetGroupsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.

To describe the targets for a target group, use DescribeTargetHealth. To describe the attributes of a target group, use DescribeTargetGroupAttributes.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTargetGroupsRequest", "variableName" : "describeTargetGroupsRequest", "variableType" : "DescribeTargetGroupsRequest", "documentation" : "

Contains the parameters for DescribeTargetGroups.

", "simpleType" : "DescribeTargetGroupsRequest", "variableSetterType" : "DescribeTargetGroupsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTargetGroups", "operationName" : "DescribeTargetGroups", "returnType" : { "returnType" : "DescribeTargetGroupsResult", "documentation" : "

Contains the output of DescribeTargetGroups.

" }, "syncReturnType" : "DescribeTargetGroupsResult" }, "DescribeTargetHealth" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTargetHealthResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the health of the specified targets or all of your targets.

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

The specified target does not exist or is not in the same VPC as the target group.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" }, { "exceptionName" : "HealthUnavailableException", "documentation" : "

The health of the specified targets could not be retrieved due to an internal error.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTargetHealthRequest", "variableName" : "describeTargetHealthRequest", "variableType" : "DescribeTargetHealthRequest", "documentation" : "

Contains the parameters for DescribeTargetHealth.

", "simpleType" : "DescribeTargetHealthRequest", "variableSetterType" : "DescribeTargetHealthRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTargetHealth", "operationName" : "DescribeTargetHealth", "returnType" : { "returnType" : "DescribeTargetHealthResult", "documentation" : "

Contains the output of DescribeTargetHealth.

" }, "syncReturnType" : "DescribeTargetHealthResult" }, "ModifyListener" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ModifyListenerResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified properties of the specified listener.

Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP removes the security policy and SSL certificate properties. If you change the protocol from HTTP to HTTPS, you must add the security policy.

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

A listener with the specified port already exists.

" }, { "exceptionName" : "TooManyListenersException", "documentation" : "

You've reached the limit on the number of listeners per load balancer.

" }, { "exceptionName" : "TooManyCertificatesException", "documentation" : "

You've reached the limit on the number of certificates per listener.

" }, { "exceptionName" : "ListenerNotFoundException", "documentation" : "

The specified listener does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" }, { "exceptionName" : "TargetGroupAssociationLimitException", "documentation" : "

You've reached the limit on the number of load balancers per target group.

" }, { "exceptionName" : "IncompatibleProtocolsException", "documentation" : "

The specified configuration is not valid with this protocol.

" }, { "exceptionName" : "SSLPolicyNotFoundException", "documentation" : "

The specified SSL policy does not exist.

" }, { "exceptionName" : "CertificateNotFoundException", "documentation" : "

The specified certificate does not exist.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" }, { "exceptionName" : "UnsupportedProtocolException", "documentation" : "

The specified protocol is not supported.

" }, { "exceptionName" : "TooManyRegistrationsForTargetIdException", "documentation" : "

You've reached the limit on the number of times a target can be registered with a load balancer.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyListenerRequest", "variableName" : "modifyListenerRequest", "variableType" : "ModifyListenerRequest", "documentation" : "

Contains the parameters for ModifyListener.

", "simpleType" : "ModifyListenerRequest", "variableSetterType" : "ModifyListenerRequest" }, "inputStreamPropertyName" : null, "methodName" : "modifyListener", "operationName" : "ModifyListener", "returnType" : { "returnType" : "ModifyListenerResult", "documentation" : "

Contains the output of ModifyListener.

" }, "syncReturnType" : "ModifyListenerResult" }, "ModifyLoadBalancerAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ModifyLoadBalancerAttributesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified attributes of the specified Application Load Balancer.

If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "documentation" : "

Contains the parameters for ModifyLoadBalancerAttributes.

", "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "modifyLoadBalancerAttributes", "operationName" : "ModifyLoadBalancerAttributes", "returnType" : { "returnType" : "ModifyLoadBalancerAttributesResult", "documentation" : "

Contains the output of ModifyLoadBalancerAttributes.

" }, "syncReturnType" : "ModifyLoadBalancerAttributesResult" }, "ModifyRule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ModifyRuleResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified rule.

Any existing properties that you do not modify retain their current values.

To modify the default action, use ModifyListener.

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

You've reached the limit on the number of load balancers per target group.

" }, { "exceptionName" : "RuleNotFoundException", "documentation" : "

The specified rule does not exist.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

" }, { "exceptionName" : "TooManyRegistrationsForTargetIdException", "documentation" : "

You've reached the limit on the number of times a target can be registered with a load balancer.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyRuleRequest", "variableName" : "modifyRuleRequest", "variableType" : "ModifyRuleRequest", "documentation" : "

Contains the parameters for ModifyRules.

", "simpleType" : "ModifyRuleRequest", "variableSetterType" : "ModifyRuleRequest" }, "inputStreamPropertyName" : null, "methodName" : "modifyRule", "operationName" : "ModifyRule", "returnType" : { "returnType" : "ModifyRuleResult", "documentation" : "

Contains the output of ModifyRules.

" }, "syncReturnType" : "ModifyRuleResult" }, "ModifyTargetGroup" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ModifyTargetGroupResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the health checks used when evaluating the health state of the targets in the specified target group.

To monitor the health of the targets, use DescribeTargetHealth.

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

The specified target group does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyTargetGroupRequest", "variableName" : "modifyTargetGroupRequest", "variableType" : "ModifyTargetGroupRequest", "documentation" : "

Contains the parameters for ModifyTargetGroup.

", "simpleType" : "ModifyTargetGroupRequest", "variableSetterType" : "ModifyTargetGroupRequest" }, "inputStreamPropertyName" : null, "methodName" : "modifyTargetGroup", "operationName" : "ModifyTargetGroup", "returnType" : { "returnType" : "ModifyTargetGroupResult", "documentation" : "

Contains the output of ModifyTargetGroup.

" }, "syncReturnType" : "ModifyTargetGroupResult" }, "ModifyTargetGroupAttributes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ModifyTargetGroupAttributesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified attributes of the specified target group.

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

The specified target group does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyTargetGroupAttributesRequest", "variableName" : "modifyTargetGroupAttributesRequest", "variableType" : "ModifyTargetGroupAttributesRequest", "documentation" : "

Contains the parameters for ModifyTargetGroupAttributes.

", "simpleType" : "ModifyTargetGroupAttributesRequest", "variableSetterType" : "ModifyTargetGroupAttributesRequest" }, "inputStreamPropertyName" : null, "methodName" : "modifyTargetGroupAttributes", "operationName" : "ModifyTargetGroupAttributes", "returnType" : { "returnType" : "ModifyTargetGroupAttributesResult", "documentation" : "

Contains the output of ModifyTargetGroupAttributes.

" }, "syncReturnType" : "ModifyTargetGroupAttributesResult" }, "RegisterTargets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RegisterTargetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Registers the specified targets with the specified target group.

By default, the load balancer routes requests to registered targets using the protocol and port number for the target group. Alternatively, you can override the port for a target when you register it.

The target must be in the virtual private cloud (VPC) that you specified for the target group. If the target is an EC2 instance, it can't be in the stopped or running state when you register it.

To remove a target from a target group, use DeregisterTargets.

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

The specified target group does not exist.

" }, { "exceptionName" : "TooManyTargetsException", "documentation" : "

You've reached the limit on the number of targets.

" }, { "exceptionName" : "InvalidTargetException", "documentation" : "

The specified target does not exist or is not in the same VPC as the target group.

" }, { "exceptionName" : "TooManyRegistrationsForTargetIdException", "documentation" : "

You've reached the limit on the number of times a target can be registered with a load balancer.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RegisterTargetsRequest", "variableName" : "registerTargetsRequest", "variableType" : "RegisterTargetsRequest", "documentation" : "

Contains the parameters for RegisterTargets.

", "simpleType" : "RegisterTargetsRequest", "variableSetterType" : "RegisterTargetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "registerTargets", "operationName" : "RegisterTargets", "returnType" : { "returnType" : "RegisterTargetsResult", "documentation" : "

Contains the output of RegisterTargets.

" }, "syncReturnType" : "RegisterTargetsResult" }, "RemoveTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RemoveTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified tags from the specified resource.

To list the current tags for your resources, use DescribeTags.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "TargetGroupNotFoundException", "documentation" : "

The specified target group does not exist.

" }, { "exceptionName" : "ListenerNotFoundException", "documentation" : "

The specified listener does not exist.

" }, { "exceptionName" : "RuleNotFoundException", "documentation" : "

The specified rule does not exist.

" }, { "exceptionName" : "TooManyTagsException", "documentation" : "

You've reached the limit on the number of tags per load balancer.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "documentation" : "

Contains the parameters for RemoveTags.

", "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "removeTags", "operationName" : "RemoveTags", "returnType" : { "returnType" : "RemoveTagsResult", "documentation" : "

Contains the output of RemoveTags.

" }, "syncReturnType" : "RemoveTagsResult" }, "SetRulePriorities" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetRulePrioritiesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the priorities of the specified rules.

You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.

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

The specified rule does not exist.

" }, { "exceptionName" : "PriorityInUseException", "documentation" : "

The specified priority is in use.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetRulePrioritiesRequest", "variableName" : "setRulePrioritiesRequest", "variableType" : "SetRulePrioritiesRequest", "documentation" : "

Contains the parameters for SetRulePriorities.

", "simpleType" : "SetRulePrioritiesRequest", "variableSetterType" : "SetRulePrioritiesRequest" }, "inputStreamPropertyName" : null, "methodName" : "setRulePriorities", "operationName" : "SetRulePriorities", "returnType" : { "returnType" : "SetRulePrioritiesResult", "documentation" : "

Contains the output of SetRulePriorities.

" }, "syncReturnType" : "SetRulePrioritiesResult" }, "SetSecurityGroups" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetSecurityGroupsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Associates the specified security groups with the specified load balancer. The specified security groups override the previously associated security groups.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" }, { "exceptionName" : "InvalidSecurityGroupException", "documentation" : "

The specified security group does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetSecurityGroupsRequest", "variableName" : "setSecurityGroupsRequest", "variableType" : "SetSecurityGroupsRequest", "documentation" : "

Contains the parameters for SetSecurityGroups.

", "simpleType" : "SetSecurityGroupsRequest", "variableSetterType" : "SetSecurityGroupsRequest" }, "inputStreamPropertyName" : null, "methodName" : "setSecurityGroups", "operationName" : "SetSecurityGroups", "returnType" : { "returnType" : "SetSecurityGroupsResult", "documentation" : "

Contains the output of SetSecurityGroups.

" }, "syncReturnType" : "SetSecurityGroupsResult" }, "SetSubnets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetSubnetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables the Availability Zone for the specified subnets for the specified load balancer. The specified subnets replace the previously enabled subnets.

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

The specified load balancer does not exist.

" }, { "exceptionName" : "InvalidConfigurationRequestException", "documentation" : "

The requested configuration is not valid.

" }, { "exceptionName" : "SubnetNotFoundException", "documentation" : "

The specified subnet does not exist.

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

The specified subnet is out of available addresses.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetSubnetsRequest", "variableName" : "setSubnetsRequest", "variableType" : "SetSubnetsRequest", "documentation" : "

Contains the parameters for SetSubnets.

", "simpleType" : "SetSubnetsRequest", "variableSetterType" : "SetSubnetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "setSubnets", "operationName" : "SetSubnets", "returnType" : { "returnType" : "SetSubnetsResult", "documentation" : "

Contains the output of SetSubnets.

" }, "syncReturnType" : "SetSubnetsResult" } }, "shapes" : { "Action" : { "c2jName" : "Action", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about an action.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "ActionTypeEnum", "deprecated" : false, "documentation" : "

The type of action.

", "enumType" : "ActionTypeEnum", "fluentSetterDocumentation" : "/**

The type of action.

\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/", "getterDocumentation" : "/**

The type of action.

\n@return The type of action.\n@see ActionTypeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

The type of action.

\n@param type The type of action.\n@see ActionTypeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of action.

\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target group.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "ActionTypeEnum", "deprecated" : false, "documentation" : "

The type of action.

", "enumType" : "ActionTypeEnum", "fluentSetterDocumentation" : "/**

The type of action.

\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/", "getterDocumentation" : "/**

The type of action.

\n@return The type of action.\n@see ActionTypeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

The type of action.

\n@param type The type of action.\n@see ActionTypeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The type of action.

\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Type", "TargetGroupArn" ], "shapeName" : "Action", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Action", "variableName" : "action", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "wrapper" : false }, "ActionTypeEnum" : { "c2jName" : "ActionTypeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Forward", "value" : "forward" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ActionTypeEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActionTypeEnum", "variableName" : "actionTypeEnum", "variableType" : "ActionTypeEnum", "documentation" : null, "simpleType" : "ActionTypeEnum", "variableSetterType" : "ActionTypeEnum" }, "wrapper" : false }, "AddTagsRequest" : { "c2jName" : "AddTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for AddTags.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "AddTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n@return The Amazon Resource Name (ARN) of the resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceArns", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource.

\n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.

\n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

The tags. Each resource can have a maximum of 10 tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n@return The tags. Each resource can have a maximum of 10 tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n@param tags The tags. Each resource can have a maximum of 10 tags.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags. Each resource can have a maximum of 10 tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArns" : { "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n@return The Amazon Resource Name (ARN) of the resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceArns", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource.

\n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.

\n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

The tags. Each resource can have a maximum of 10 tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n@return The tags. Each resource can have a maximum of 10 tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n@param tags The tags. Each resource can have a maximum of 10 tags.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The tags. Each resource can have a maximum of 10 tags.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags. Each resource can have a maximum of 10 tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceArns", "Tags" ], "shapeName" : "AddTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "documentation" : null, "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "wrapper" : false }, "AddTagsResult" : { "c2jName" : "AddTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of AddTags.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AddTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "AddTagsResult" }, "variable" : { "variableDeclarationType" : "AddTagsResult", "variableName" : "addTagsResult", "variableType" : "AddTagsResult", "documentation" : null, "simpleType" : "AddTagsResult", "variableSetterType" : "AddTagsResult" }, "wrapper" : false }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about an Availability Zone.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ZoneName", "c2jShape" : "ZoneName", "deprecated" : false, "documentation" : "

The name of the Availability Zone.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Availability Zone.

\n@return The name of the Availability Zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZoneName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZoneName", "setterDocumentation" : "/**

The name of the Availability Zone.

\n@param zoneName The name of the Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "

The name of the Availability Zone.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "

The ID of the subnet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the subnet.

\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The ID of the subnet.

\n@return The ID of the subnet.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubnetId", "setterDocumentation" : "/**

The ID of the subnet.

\n@param subnetId The ID of the subnet.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the subnet.

\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

The ID of the subnet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetId" : { "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "

The ID of the subnet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the subnet.

\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The ID of the subnet.

\n@return The ID of the subnet.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubnetId", "setterDocumentation" : "/**

The ID of the subnet.

\n@param subnetId The ID of the subnet.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the subnet.

\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

The ID of the subnet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ZoneName" : { "c2jName" : "ZoneName", "c2jShape" : "ZoneName", "deprecated" : false, "documentation" : "

The name of the Availability Zone.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Availability Zone.

\n@return The name of the Availability Zone.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZoneName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZoneName", "setterDocumentation" : "/**

The name of the Availability Zone.

\n@param zoneName The name of the Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "

The name of the Availability Zone.

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

Information about an SSL server certificate deployed on a load balancer.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "CertificateArn", "c2jShape" : "CertificateArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the certificate.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate.

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

The Amazon Resource Name (ARN) of the certificate.

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

The Amazon Resource Name (ARN) of the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "c2jName" : "CertificateArn", "c2jShape" : "CertificateArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the certificate.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate.

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

The Amazon Resource Name (ARN) of the certificate.

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

The Amazon Resource Name (ARN) of the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Certificate", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "wrapper" : false }, "CertificateNotFoundException" : { "c2jName" : "CertificateNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified certificate does not exist.

", "enums" : null, "errorCode" : "CertificateNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CertificateNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CertificateNotFoundException", "variableName" : "certificateNotFoundException", "variableType" : "CertificateNotFoundException", "documentation" : null, "simpleType" : "CertificateNotFoundException", "variableSetterType" : "CertificateNotFoundException" }, "wrapper" : false }, "Cipher" : { "c2jName" : "Cipher", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about a cipher used in a policy.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "CipherName", "deprecated" : false, "documentation" : "

The name of the cipher.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the cipher.

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

The name of the cipher.

\n@return The name of the cipher.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the cipher.

\n@param name The name of the cipher.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the cipher.

\n@param name The name of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the cipher.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Priority", "c2jShape" : "CipherPriority", "deprecated" : false, "documentation" : "

The priority of the cipher.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The priority of the cipher.

\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The priority of the cipher.

\n@return The priority of the cipher.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

The priority of the cipher.

\n@param priority The priority of the cipher.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The priority of the cipher.

\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

The priority of the cipher.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "CipherName", "deprecated" : false, "documentation" : "

The name of the cipher.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the cipher.

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

The name of the cipher.

\n@return The name of the cipher.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the cipher.

\n@param name The name of the cipher.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the cipher.

\n@param name The name of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the cipher.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Priority" : { "c2jName" : "Priority", "c2jShape" : "CipherPriority", "deprecated" : false, "documentation" : "

The priority of the cipher.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The priority of the cipher.

\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The priority of the cipher.

\n@return The priority of the cipher.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

The priority of the cipher.

\n@param priority The priority of the cipher.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The priority of the cipher.

\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

The priority of the cipher.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Cipher", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "cipher", "variableType" : "Cipher", "documentation" : null, "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "wrapper" : false }, "CreateListenerRequest" : { "c2jName" : "CreateListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateListener.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "CreateListener", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

The protocol for connections from clients to the load balancer.

", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

The protocol for connections from clients to the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

The port on which the load balancer is listening.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The port on which the load balancer is listening.

\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The port on which the load balancer is listening.

\n@return The port on which the load balancer is listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

The port on which the load balancer is listening.

\n@param port The port on which the load balancer is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The port on which the load balancer is listening.

\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

The port on which the load balancer is listening.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@return The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SslPolicy", "setterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Certificates", "c2jShape" : "CertificateList", "deprecated" : false, "documentation" : "

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n@return The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Certificate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Certificates", "setterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultActions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

The default action for the listener.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The default action for the listener.

\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The default action for the listener.

\n@return The default action for the listener.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultActions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DefaultActions", "setterDocumentation" : "/**

The default action for the listener.

\n@param defaultActions The default action for the listener.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The default action for the listener.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.

\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

The default action for the listener.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "c2jName" : "Certificates", "c2jShape" : "CertificateList", "deprecated" : false, "documentation" : "

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n@return The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Certificate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Certificates", "setterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DefaultActions" : { "c2jName" : "DefaultActions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

The default action for the listener.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The default action for the listener.

\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The default action for the listener.

\n@return The default action for the listener.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultActions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DefaultActions", "setterDocumentation" : "/**

The default action for the listener.

\n@param defaultActions The default action for the listener.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The default action for the listener.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.

\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

The default action for the listener.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the load balancer.

\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

The port on which the load balancer is listening.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The port on which the load balancer is listening.

\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The port on which the load balancer is listening.

\n@return The port on which the load balancer is listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

The port on which the load balancer is listening.

\n@param port The port on which the load balancer is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The port on which the load balancer is listening.

\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

The port on which the load balancer is listening.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

The protocol for connections from clients to the load balancer.

", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The protocol for connections from clients to the load balancer.

\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

The protocol for connections from clients to the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslPolicy" : { "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@return The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SslPolicy", "setterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerArn", "Protocol", "Port", "DefaultActions" ], "shapeName" : "CreateListenerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateListenerRequest", "variableName" : "createListenerRequest", "variableType" : "CreateListenerRequest", "documentation" : null, "simpleType" : "CreateListenerRequest", "variableSetterType" : "CreateListenerRequest" }, "wrapper" : false }, "CreateListenerResult" : { "c2jName" : "CreateListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of CreateListener.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

Information about the listener.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Information about the listener.

\n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the listener.

\n@return Information about the listener.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listeners", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Listeners", "setterDocumentation" : "/**

Information about the listener.

\n@param listeners Information about the listener.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the listener.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.

\n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

Information about the listener.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

Information about the listener.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Information about the listener.

\n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the listener.

\n@return Information about the listener.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listeners", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Listeners", "setterDocumentation" : "/**

Information about the listener.

\n@param listeners Information about the listener.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the listener.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.

\n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

Information about the listener.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateListenerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateListenerResult" }, "variable" : { "variableDeclarationType" : "CreateListenerResult", "variableName" : "createListenerResult", "variableType" : "CreateListenerResult", "documentation" : null, "simpleType" : "CreateListenerResult", "variableSetterType" : "CreateListenerResult" }, "wrapper" : false }, "CreateLoadBalancerRequest" : { "c2jName" : "CreateLoadBalancerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateLoadBalancer.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "CreateLoadBalancer", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "LoadBalancerName", "deprecated" : false, "documentation" : "

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@param name The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@return The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@param name The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@param name The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Subnets", "c2jShape" : "Subnets", "deprecated" : false, "documentation" : "

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n@return The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Subnets", "setterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

The IDs of the security groups to assign to the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n@return The IDs of the security groups to assign to the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroups", "setterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n@param securityGroups The IDs of the security groups to assign to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

The IDs of the security groups to assign to the load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "deprecated" : false, "documentation" : "

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

", "enumType" : "LoadBalancerSchemeEnum", "fluentSetterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "getterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

One or more tags to assign to the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n@return One or more tags to assign to the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n@param tags One or more tags to assign to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags to assign to the load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "LoadBalancerName", "deprecated" : false, "documentation" : "

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@param name The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@return The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@param name The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

\n@param name The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Scheme" : { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "deprecated" : false, "documentation" : "

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

", "enumType" : "LoadBalancerSchemeEnum", "fluentSetterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "getterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

The IDs of the security groups to assign to the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n@return The IDs of the security groups to assign to the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroups", "setterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n@param securityGroups The IDs of the security groups to assign to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The IDs of the security groups to assign to the load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

The IDs of the security groups to assign to the load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Subnets" : { "c2jName" : "Subnets", "c2jShape" : "Subnets", "deprecated" : false, "documentation" : "

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n@return The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Subnets", "setterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

One or more tags to assign to the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n@return One or more tags to assign to the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n@param tags One or more tags to assign to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more tags to assign to the load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

One or more tags to assign to the load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "Subnets" ], "shapeName" : "CreateLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLoadBalancerRequest", "variableName" : "createLoadBalancerRequest", "variableType" : "CreateLoadBalancerRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerRequest", "variableSetterType" : "CreateLoadBalancerRequest" }, "wrapper" : false }, "CreateLoadBalancerResult" : { "c2jName" : "CreateLoadBalancerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of CreateLoadBalancer.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "deprecated" : false, "documentation" : "

Information about the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Information about the load balancer.

\n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the load balancer.

\n@return Information about the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancer", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancers", "setterDocumentation" : "/**

Information about the load balancer.

\n@param loadBalancers Information about the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancers(java.util.Collection)} or {@link #withLoadBalancers(java.util.Collection)} if you want to override the existing values.

\n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

Information about the load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancers" : { "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "deprecated" : false, "documentation" : "

Information about the load balancer.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Information about the load balancer.

\n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the load balancer.

\n@return Information about the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancer", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancers", "setterDocumentation" : "/**

Information about the load balancer.

\n@param loadBalancers Information about the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancers(java.util.Collection)} or {@link #withLoadBalancers(java.util.Collection)} if you want to override the existing values.

\n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

Information about the load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateLoadBalancerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateLoadBalancerResult" }, "variable" : { "variableDeclarationType" : "CreateLoadBalancerResult", "variableName" : "createLoadBalancerResult", "variableType" : "CreateLoadBalancerResult", "documentation" : null, "simpleType" : "CreateLoadBalancerResult", "variableSetterType" : "CreateLoadBalancerResult" }, "wrapper" : false }, "CreateRuleRequest" : { "c2jName" : "CreateRuleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateRule.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "CreateRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the listener.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the listener.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "deprecated" : false, "documentation" : "

A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

  • A-Z, a-z, 0-9

  • _ - . $ / ~ \" ' @ : +

  • & (using &)

  • * (matches 0 or more characters)

  • ? (matches exactly 1 character)

", "enumType" : null, "fluentSetterDocumentation" : "/**

A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

  • A-Z, a-z, 0-9

  • _ - . $ / ~ \" ' @ : +

  • & (using &)

  • * (matches 0 or more characters)

  • ? (matches exactly 1 character)

\n@param conditions A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

  • A-Z, a-z, 0-9

  • _ - . $ / ~ \" ' @ : +

  • & (using &)

  • * (matches 0 or more characters)

  • ? (matches exactly 1 character)

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

    A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

    • A-Z, a-z, 0-9

    • _ - . $ / ~ \" ' @ : +

    • & (using &)

    • * (matches 0 or more characters)

    • ? (matches exactly 1 character)

    \n@return A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

    • A-Z, a-z, 0-9

    • _ - . $ / ~ \" ' @ : +

    • & (using &)

    • * (matches 0 or more characters)

    • ? (matches exactly 1 character)

    • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Conditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleCondition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Conditions", "setterDocumentation" : "/**

      A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

      • A-Z, a-z, 0-9

      • _ - . $ / ~ \" ' @ : +

      • & (using &)

      • * (matches 0 or more characters)

      • ? (matches exactly 1 character)

      \n@param conditions A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

      • A-Z, a-z, 0-9

      • _ - . $ / ~ \" ' @ : +

      • & (using &)

      • * (matches 0 or more characters)

      • ? (matches exactly 1 character)

      • */", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

        A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

        • A-Z, a-z, 0-9

        • _ - . $ / ~ \" ' @ : +

        • & (using &)

        • * (matches 0 or more characters)

        • ? (matches exactly 1 character)

        \n

        NOTE: This method appends the values to the existing list (if any). Use {@link #setConditions(java.util.Collection)} or {@link #withConditions(java.util.Collection)} if you want to override the existing values.

        \n@param conditions A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

        • A-Z, a-z, 0-9

        • _ - . $ / ~ \" ' @ : +

        • & (using &)

        • * (matches 0 or more characters)

        • ? (matches exactly 1 character)

        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

          A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

          • A-Z, a-z, 0-9

          • _ - . $ / ~ \" ' @ : +

          • & (using &)

          • * (matches 0 or more characters)

          • ? (matches exactly 1 character)

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Priority", "c2jShape" : "RulePriority", "deprecated" : false, "documentation" : "

          The priority for the rule. A listener can't have multiple rules with the same priority.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The priority for the rule. A listener can't have multiple rules with the same priority.

          \n@param priority The priority for the rule. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          The priority for the rule. A listener can't have multiple rules with the same priority.

          \n@return The priority for the rule. A listener can't have multiple rules with the same priority.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

          The priority for the rule. A listener can't have multiple rules with the same priority.

          \n@param priority The priority for the rule. A listener can't have multiple rules with the same priority.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

          The priority for the rule. A listener can't have multiple rules with the same priority.

          \n@param priority The priority for the rule. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

          The priority for the rule. A listener can't have multiple rules with the same priority.

          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Actions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

          An action. Each action has the type forward and specifies a target group.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n@param actions An action. Each action has the type forward and specifies a target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n@return An action. Each action has the type forward and specifies a target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n@param actions An action. Each action has the type forward and specifies a target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n

          NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

          \n@param actions An action. Each action has the type forward and specifies a target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

          An action. Each action has the type forward and specifies a target group.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "c2jName" : "Actions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

          An action. Each action has the type forward and specifies a target group.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n@param actions An action. Each action has the type forward and specifies a target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n@return An action. Each action has the type forward and specifies a target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n@param actions An action. Each action has the type forward and specifies a target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

          An action. Each action has the type forward and specifies a target group.

          \n

          NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

          \n@param actions An action. Each action has the type forward and specifies a target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

          An action. Each action has the type forward and specifies a target group.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Conditions" : { "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "deprecated" : false, "documentation" : "

          A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

          • A-Z, a-z, 0-9

          • _ - . $ / ~ \" ' @ : +

          • & (using &)

          • * (matches 0 or more characters)

          • ? (matches exactly 1 character)

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

          • A-Z, a-z, 0-9

          • _ - . $ / ~ \" ' @ : +

          • & (using &)

          • * (matches 0 or more characters)

          • ? (matches exactly 1 character)

          \n@param conditions A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

          • A-Z, a-z, 0-9

          • _ - . $ / ~ \" ' @ : +

          • & (using &)

          • * (matches 0 or more characters)

          • ? (matches exactly 1 character)

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

            A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

            • A-Z, a-z, 0-9

            • _ - . $ / ~ \" ' @ : +

            • & (using &)

            • * (matches 0 or more characters)

            • ? (matches exactly 1 character)

            \n@return A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

            • A-Z, a-z, 0-9

            • _ - . $ / ~ \" ' @ : +

            • & (using &)

            • * (matches 0 or more characters)

            • ? (matches exactly 1 character)

            • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Conditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleCondition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Conditions", "setterDocumentation" : "/**

              A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

              • A-Z, a-z, 0-9

              • _ - . $ / ~ \" ' @ : +

              • & (using &)

              • * (matches 0 or more characters)

              • ? (matches exactly 1 character)

              \n@param conditions A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

              • A-Z, a-z, 0-9

              • _ - . $ / ~ \" ' @ : +

              • & (using &)

              • * (matches 0 or more characters)

              • ? (matches exactly 1 character)

              • */", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                • A-Z, a-z, 0-9

                • _ - . $ / ~ \" ' @ : +

                • & (using &)

                • * (matches 0 or more characters)

                • ? (matches exactly 1 character)

                \n

                NOTE: This method appends the values to the existing list (if any). Use {@link #setConditions(java.util.Collection)} or {@link #withConditions(java.util.Collection)} if you want to override the existing values.

                \n@param conditions A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                • A-Z, a-z, 0-9

                • _ - . $ / ~ \" ' @ : +

                • & (using &)

                • * (matches 0 or more characters)

                • ? (matches exactly 1 character)

                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                  A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                  • A-Z, a-z, 0-9

                  • _ - . $ / ~ \" ' @ : +

                  • & (using &)

                  • * (matches 0 or more characters)

                  • ? (matches exactly 1 character)

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ListenerArn" : { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Priority" : { "c2jName" : "Priority", "c2jShape" : "RulePriority", "deprecated" : false, "documentation" : "

                  The priority for the rule. A listener can't have multiple rules with the same priority.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The priority for the rule. A listener can't have multiple rules with the same priority.

                  \n@param priority The priority for the rule. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The priority for the rule. A listener can't have multiple rules with the same priority.

                  \n@return The priority for the rule. A listener can't have multiple rules with the same priority.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

                  The priority for the rule. A listener can't have multiple rules with the same priority.

                  \n@param priority The priority for the rule. A listener can't have multiple rules with the same priority.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The priority for the rule. A listener can't have multiple rules with the same priority.

                  \n@param priority The priority for the rule. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                  The priority for the rule. A listener can't have multiple rules with the same priority.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "ListenerArn", "Conditions", "Priority", "Actions" ], "shapeName" : "CreateRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateRuleRequest", "variableName" : "createRuleRequest", "variableType" : "CreateRuleRequest", "documentation" : null, "simpleType" : "CreateRuleRequest", "variableSetterType" : "CreateRuleRequest" }, "wrapper" : false }, "CreateRuleResult" : { "c2jName" : "CreateRuleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of CreateRule.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                  Information about the rule.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the rule.

                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the rule.

                  \n@return Information about the rule.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                  Information about the rule.

                  \n@param rules Information about the rule.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the rule.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                  Information about the rule.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                  Information about the rule.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the rule.

                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the rule.

                  \n@return Information about the rule.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                  Information about the rule.

                  \n@param rules Information about the rule.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the rule.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                  Information about the rule.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateRuleResult" }, "variable" : { "variableDeclarationType" : "CreateRuleResult", "variableName" : "createRuleResult", "variableType" : "CreateRuleResult", "documentation" : null, "simpleType" : "CreateRuleResult", "variableSetterType" : "CreateRuleResult" }, "wrapper" : false }, "CreateTargetGroupRequest" : { "c2jName" : "CreateTargetGroupInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for CreateTargetGroup.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "CreateTargetGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "TargetGroupName", "deprecated" : false, "documentation" : "

                  The name of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the target group.

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

                  The name of the target group.

                  \n@return The name of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                  The name of the target group.

                  \n@param name The name of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the target group.

                  \n@param name The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                  The name of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                  The protocol to use for routing traffic to the targets.

                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                  The protocol to use for routing traffic to the targets.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

                  The identifier of the virtual private cloud (VPC).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@return The identifier of the virtual private cloud (VPC).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@param vpcId The identifier of the virtual private cloud (VPC).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                  The identifier of the virtual private cloud (VPC).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@return The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckProtocol", "setterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "deprecated" : false, "documentation" : "

                  The ping path that is the destination on the targets for health checks. The default is /.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@return The ping path that is the destination on the targets for health checks. The default is /.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPath", "setterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                  The ping path that is the destination on the targets for health checks. The default is /.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "deprecated" : false, "documentation" : "

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@return The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckIntervalSeconds", "setterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "deprecated" : false, "documentation" : "

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@return The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckTimeoutSeconds", "setterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThresholdCount", "setterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@return The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThresholdCount", "setterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Matcher", "c2jShape" : "Matcher", "deprecated" : false, "documentation" : "

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@return The HTTP codes to use when checking for a successful response from a target. The default is 200.*/", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Matcher", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Matcher", "setterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.*/", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckIntervalSeconds" : { "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "deprecated" : false, "documentation" : "

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@return The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckIntervalSeconds", "setterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                  The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "deprecated" : false, "documentation" : "

                  The ping path that is the destination on the targets for health checks. The default is /.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@return The ping path that is the destination on the targets for health checks. The default is /.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPath", "setterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ping path that is the destination on the targets for health checks. The default is /.

                  \n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                  The ping path that is the destination on the targets for health checks. The default is /.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@return The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckProtocol", "setterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                  The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckTimeoutSeconds" : { "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "deprecated" : false, "documentation" : "

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@return The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckTimeoutSeconds", "setterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                  The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthyThresholdCount" : { "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThresholdCount", "setterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                  The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Matcher" : { "c2jName" : "Matcher", "c2jShape" : "Matcher", "deprecated" : false, "documentation" : "

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@return The HTTP codes to use when checking for a successful response from a target. The default is 200.*/", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Matcher", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Matcher", "setterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.*/", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  \n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                  The HTTP codes to use when checking for a successful response from a target. The default is 200.

                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "TargetGroupName", "deprecated" : false, "documentation" : "

                  The name of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the target group.

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

                  The name of the target group.

                  \n@return The name of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                  The name of the target group.

                  \n@param name The name of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the target group.

                  \n@param name The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                  The name of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                  The protocol to use for routing traffic to the targets.

                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol to use for routing traffic to the targets.

                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                  The protocol to use for routing traffic to the targets.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UnhealthyThresholdCount" : { "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@return The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThresholdCount", "setterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                  The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VpcId" : { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

                  The identifier of the virtual private cloud (VPC).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@return The identifier of the virtual private cloud (VPC).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@param vpcId The identifier of the virtual private cloud (VPC).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the virtual private cloud (VPC).

                  \n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                  The identifier of the virtual private cloud (VPC).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "Protocol", "Port", "VpcId" ], "shapeName" : "CreateTargetGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTargetGroupRequest", "variableName" : "createTargetGroupRequest", "variableType" : "CreateTargetGroupRequest", "documentation" : null, "simpleType" : "CreateTargetGroupRequest", "variableSetterType" : "CreateTargetGroupRequest" }, "wrapper" : false }, "CreateTargetGroupResult" : { "c2jName" : "CreateTargetGroupOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of CreateTargetGroup.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "deprecated" : false, "documentation" : "

                  Information about the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the target group.

                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the target group.

                  \n@return Information about the target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroup", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroups", "setterDocumentation" : "/**

                  Information about the target group.

                  \n@param targetGroups Information about the target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the target group.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroups(java.util.Collection)} or {@link #withTargetGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                  Information about the target group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroups" : { "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "deprecated" : false, "documentation" : "

                  Information about the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the target group.

                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the target group.

                  \n@return Information about the target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroup", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroups", "setterDocumentation" : "/**

                  Information about the target group.

                  \n@param targetGroups Information about the target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the target group.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroups(java.util.Collection)} or {@link #withTargetGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                  Information about the target group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateTargetGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateTargetGroupResult" }, "variable" : { "variableDeclarationType" : "CreateTargetGroupResult", "variableName" : "createTargetGroupResult", "variableType" : "CreateTargetGroupResult", "documentation" : null, "simpleType" : "CreateTargetGroupResult", "variableSetterType" : "CreateTargetGroupResult" }, "wrapper" : false }, "DeleteListenerRequest" : { "c2jName" : "DeleteListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DeleteListener.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DeleteListener", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArn" : { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ListenerArn" ], "shapeName" : "DeleteListenerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteListenerRequest", "variableName" : "deleteListenerRequest", "variableType" : "DeleteListenerRequest", "documentation" : null, "simpleType" : "DeleteListenerRequest", "variableSetterType" : "DeleteListenerRequest" }, "wrapper" : false }, "DeleteListenerResult" : { "c2jName" : "DeleteListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DeleteListener.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteListenerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteListenerResult" }, "variable" : { "variableDeclarationType" : "DeleteListenerResult", "variableName" : "deleteListenerResult", "variableType" : "DeleteListenerResult", "documentation" : null, "simpleType" : "DeleteListenerResult", "variableSetterType" : "DeleteListenerResult" }, "wrapper" : false }, "DeleteLoadBalancerRequest" : { "c2jName" : "DeleteLoadBalancerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DeleteLoadBalancer.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DeleteLoadBalancer", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerArn" ], "shapeName" : "DeleteLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerRequest", "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "wrapper" : false }, "DeleteLoadBalancerResult" : { "c2jName" : "DeleteLoadBalancerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DeleteLoadBalancer.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteLoadBalancerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteLoadBalancerResult" }, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerResult", "variableName" : "deleteLoadBalancerResult", "variableType" : "DeleteLoadBalancerResult", "documentation" : null, "simpleType" : "DeleteLoadBalancerResult", "variableSetterType" : "DeleteLoadBalancerResult" }, "wrapper" : false }, "DeleteRuleRequest" : { "c2jName" : "DeleteRuleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DeleteRule.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DeleteRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the rule.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the rule.

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

                  The Amazon Resource Name (ARN) of the rule.

                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the rule.

                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the rule.

                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleArn" : { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the rule.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the rule.

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

                  The Amazon Resource Name (ARN) of the rule.

                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the rule.

                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the rule.

                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the rule.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "RuleArn" ], "shapeName" : "DeleteRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRuleRequest", "variableName" : "deleteRuleRequest", "variableType" : "DeleteRuleRequest", "documentation" : null, "simpleType" : "DeleteRuleRequest", "variableSetterType" : "DeleteRuleRequest" }, "wrapper" : false }, "DeleteRuleResult" : { "c2jName" : "DeleteRuleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DeleteRule.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteRuleResult" }, "variable" : { "variableDeclarationType" : "DeleteRuleResult", "variableName" : "deleteRuleResult", "variableType" : "DeleteRuleResult", "documentation" : null, "simpleType" : "DeleteRuleResult", "variableSetterType" : "DeleteRuleResult" }, "wrapper" : false }, "DeleteTargetGroupRequest" : { "c2jName" : "DeleteTargetGroupInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DeleteTargetGroup.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DeleteTargetGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn" ], "shapeName" : "DeleteTargetGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTargetGroupRequest", "variableName" : "deleteTargetGroupRequest", "variableType" : "DeleteTargetGroupRequest", "documentation" : null, "simpleType" : "DeleteTargetGroupRequest", "variableSetterType" : "DeleteTargetGroupRequest" }, "wrapper" : false }, "DeleteTargetGroupResult" : { "c2jName" : "DeleteTargetGroupOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DeleteTargetGroup.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteTargetGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteTargetGroupResult" }, "variable" : { "variableDeclarationType" : "DeleteTargetGroupResult", "variableName" : "deleteTargetGroupResult", "variableType" : "DeleteTargetGroupResult", "documentation" : null, "simpleType" : "DeleteTargetGroupResult", "variableSetterType" : "DeleteTargetGroupResult" }, "wrapper" : false }, "DeregisterTargetsRequest" : { "c2jName" : "DeregisterTargetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DeregisterTargets.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DeregisterTargets", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "deprecated" : false, "documentation" : "

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Targets", "setterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargets(java.util.Collection)} or {@link #withTargets(java.util.Collection)} if you want to override the existing values.

                  \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Targets" : { "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "deprecated" : false, "documentation" : "

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Targets", "setterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargets(java.util.Collection)} or {@link #withTargets(java.util.Collection)} if you want to override the existing values.

                  \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                  The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn", "Targets" ], "shapeName" : "DeregisterTargetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeregisterTargetsRequest", "variableName" : "deregisterTargetsRequest", "variableType" : "DeregisterTargetsRequest", "documentation" : null, "simpleType" : "DeregisterTargetsRequest", "variableSetterType" : "DeregisterTargetsRequest" }, "wrapper" : false }, "DeregisterTargetsResult" : { "c2jName" : "DeregisterTargetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DeregisterTargets.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeregisterTargetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeregisterTargetsResult" }, "variable" : { "variableDeclarationType" : "DeregisterTargetsResult", "variableName" : "deregisterTargetsResult", "variableType" : "DeregisterTargetsResult", "documentation" : null, "simpleType" : "DeregisterTargetsResult", "variableSetterType" : "DeregisterTargetsResult" }, "wrapper" : false }, "DescribeListenersRequest" : { "c2jName" : "DescribeListenersInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeListeners.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeListeners", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ListenerArns", "c2jShape" : "ListenerArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the listeners.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n@return The Amazon Resource Names (ARN) of the listeners.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ListenerArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setListenerArns(java.util.Collection)} or {@link #withListenerArns(java.util.Collection)} if you want to override the existing values.

                  \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the listeners.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArns" : { "c2jName" : "ListenerArns", "c2jShape" : "ListenerArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the listeners.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n@return The Amazon Resource Names (ARN) of the listeners.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ListenerArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the listeners.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setListenerArns(java.util.Collection)} or {@link #withListenerArns(java.util.Collection)} if you want to override the existing values.

                  \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the listeners.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PageSize" : { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeListenersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeListenersRequest", "variableName" : "describeListenersRequest", "variableType" : "DescribeListenersRequest", "documentation" : null, "simpleType" : "DescribeListenersRequest", "variableSetterType" : "DescribeListenersRequest" }, "wrapper" : false }, "DescribeListenersResult" : { "c2jName" : "DescribeListenersOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeListeners.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

                  Information about the listeners.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the listeners.

                  \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the listeners.

                  \n@return Information about the listeners.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listeners", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Listeners", "setterDocumentation" : "/**

                  Information about the listeners.

                  \n@param listeners Information about the listeners.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the listeners.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.

                  \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                  Information about the listeners.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

                  Information about the listeners.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the listeners.

                  \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the listeners.

                  \n@return Information about the listeners.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listeners", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Listeners", "setterDocumentation" : "/**

                  Information about the listeners.

                  \n@param listeners Information about the listeners.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the listeners.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.

                  \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                  Information about the listeners.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeListenersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeListenersResult" }, "variable" : { "variableDeclarationType" : "DescribeListenersResult", "variableName" : "describeListenersResult", "variableType" : "DescribeListenersResult", "documentation" : null, "simpleType" : "DescribeListenersResult", "variableSetterType" : "DescribeListenersResult" }, "wrapper" : false }, "DescribeLoadBalancerAttributesRequest" : { "c2jName" : "DescribeLoadBalancerAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeLoadBalancerAttributes.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeLoadBalancerAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerArn" ], "shapeName" : "DescribeLoadBalancerAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "wrapper" : false }, "DescribeLoadBalancerAttributesResult" : { "c2jName" : "DescribeLoadBalancerAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeLoadBalancerAttributes.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "

                  Information about the load balancer attributes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@return Information about the load balancer attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@param attributes Information about the load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                  Information about the load balancer attributes.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "

                  Information about the load balancer attributes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@return Information about the load balancer attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@param attributes Information about the load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                  Information about the load balancer attributes.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancerAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancerAttributesResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesResult", "variableName" : "describeLoadBalancerAttributesResult", "variableType" : "DescribeLoadBalancerAttributesResult", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesResult", "variableSetterType" : "DescribeLoadBalancerAttributesResult" }, "wrapper" : false }, "DescribeLoadBalancersRequest" : { "c2jName" : "DescribeLoadBalancersInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeLoadBalancers.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeLoadBalancers", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the load balancers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n@return The Amazon Resource Names (ARN) of the load balancers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancerArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerArns(java.util.Collection)} or {@link #withLoadBalancerArns(java.util.Collection)} if you want to override the existing values.

                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the load balancers.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Names", "c2jShape" : "LoadBalancerNames", "deprecated" : false, "documentation" : "

                  The names of the load balancers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The names of the load balancers.

                  \n@return The names of the load balancers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Names", "setterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param names The names of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.

                  \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                  The names of the load balancers.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArns" : { "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the load balancers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n@return The Amazon Resource Names (ARN) of the load balancers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancerArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the load balancers.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerArns(java.util.Collection)} or {@link #withLoadBalancerArns(java.util.Collection)} if you want to override the existing values.

                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the load balancers.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Names" : { "c2jName" : "Names", "c2jShape" : "LoadBalancerNames", "deprecated" : false, "documentation" : "

                  The names of the load balancers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The names of the load balancers.

                  \n@return The names of the load balancers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Names", "setterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param names The names of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.

                  \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                  The names of the load balancers.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PageSize" : { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "wrapper" : false }, "DescribeLoadBalancersResult" : { "c2jName" : "DescribeLoadBalancersOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeLoadBalancers.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "deprecated" : false, "documentation" : "

                  Information about the load balancers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the load balancers.

                  \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the load balancers.

                  \n@return Information about the load balancers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancer", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancers", "setterDocumentation" : "/**

                  Information about the load balancers.

                  \n@param loadBalancers Information about the load balancers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the load balancers.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancers(java.util.Collection)} or {@link #withLoadBalancers(java.util.Collection)} if you want to override the existing values.

                  \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                  Information about the load balancers.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancers" : { "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "deprecated" : false, "documentation" : "

                  Information about the load balancers.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the load balancers.

                  \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the load balancers.

                  \n@return Information about the load balancers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancer", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancers", "setterDocumentation" : "/**

                  Information about the load balancers.

                  \n@param loadBalancers Information about the load balancers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the load balancers.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancers(java.util.Collection)} or {@link #withLoadBalancers(java.util.Collection)} if you want to override the existing values.

                  \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                  Information about the load balancers.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancersResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersResult", "variableName" : "describeLoadBalancersResult", "variableType" : "DescribeLoadBalancersResult", "documentation" : null, "simpleType" : "DescribeLoadBalancersResult", "variableSetterType" : "DescribeLoadBalancersResult" }, "wrapper" : false }, "DescribeRulesRequest" : { "c2jName" : "DescribeRulesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeRules.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeRules", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RuleArns", "c2jShape" : "RuleArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the rules.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n@return The Amazon Resource Names (ARN) of the rules.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RuleArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n@param ruleArns The Amazon Resource Names (ARN) of the rules.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRuleArns(java.util.Collection)} or {@link #withRuleArns(java.util.Collection)} if you want to override the existing values.

                  \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArn" : { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleArns" : { "c2jName" : "RuleArns", "c2jShape" : "RuleArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the rules.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n@return The Amazon Resource Names (ARN) of the rules.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RuleArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n@param ruleArns The Amazon Resource Names (ARN) of the rules.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRuleArns(java.util.Collection)} or {@link #withRuleArns(java.util.Collection)} if you want to override the existing values.

                  \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeRulesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeRulesRequest", "variableName" : "describeRulesRequest", "variableType" : "DescribeRulesRequest", "documentation" : null, "simpleType" : "DescribeRulesRequest", "variableSetterType" : "DescribeRulesRequest" }, "wrapper" : false }, "DescribeRulesResult" : { "c2jName" : "DescribeRulesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeRules.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                  Information about the rules.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the rules.

                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the rules.

                  \n@return Information about the rules.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                  Information about the rules.

                  \n@param rules Information about the rules.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                  Information about the rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                  Information about the rules.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the rules.

                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the rules.

                  \n@return Information about the rules.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                  Information about the rules.

                  \n@param rules Information about the rules.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the rules.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                  Information about the rules.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeRulesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeRulesResult" }, "variable" : { "variableDeclarationType" : "DescribeRulesResult", "variableName" : "describeRulesResult", "variableType" : "DescribeRulesResult", "documentation" : null, "simpleType" : "DescribeRulesResult", "variableSetterType" : "DescribeRulesResult" }, "wrapper" : false }, "DescribeSSLPoliciesRequest" : { "c2jName" : "DescribeSSLPoliciesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeSSLPolicies.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeSSLPolicies", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Names", "c2jShape" : "SslPolicyNames", "deprecated" : false, "documentation" : "

                  The names of the policies.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the policies.

                  \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The names of the policies.

                  \n@return The names of the policies.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Names", "setterDocumentation" : "/**

                  The names of the policies.

                  \n@param names The names of the policies.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the policies.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.

                  \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                  The names of the policies.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Names" : { "c2jName" : "Names", "c2jShape" : "SslPolicyNames", "deprecated" : false, "documentation" : "

                  The names of the policies.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the policies.

                  \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The names of the policies.

                  \n@return The names of the policies.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Names", "setterDocumentation" : "/**

                  The names of the policies.

                  \n@param names The names of the policies.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the policies.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.

                  \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                  The names of the policies.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PageSize" : { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeSSLPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSSLPoliciesRequest", "variableName" : "describeSSLPoliciesRequest", "variableType" : "DescribeSSLPoliciesRequest", "documentation" : null, "simpleType" : "DescribeSSLPoliciesRequest", "variableSetterType" : "DescribeSSLPoliciesRequest" }, "wrapper" : false }, "DescribeSSLPoliciesResult" : { "c2jName" : "DescribeSSLPoliciesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeSSLPolicies.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SslPolicies", "c2jShape" : "SslPolicies", "deprecated" : false, "documentation" : "

                  Information about the policies.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the policies.

                  \n@param sslPolicies Information about the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the policies.

                  \n@return Information about the policies.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SslPolicy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "SslPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SslPolicy", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SslPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SslPolicies", "setterDocumentation" : "/**

                  Information about the policies.

                  \n@param sslPolicies Information about the policies.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the policies.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSslPolicies(java.util.Collection)} or {@link #withSslPolicies(java.util.Collection)} if you want to override the existing values.

                  \n@param sslPolicies Information about the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "

                  Information about the policies.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslPolicies" : { "c2jName" : "SslPolicies", "c2jShape" : "SslPolicies", "deprecated" : false, "documentation" : "

                  Information about the policies.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the policies.

                  \n@param sslPolicies Information about the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the policies.

                  \n@return Information about the policies.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicies", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SslPolicy", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "SslPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SslPolicy", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SslPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SslPolicies", "setterDocumentation" : "/**

                  Information about the policies.

                  \n@param sslPolicies Information about the policies.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the policies.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSslPolicies(java.util.Collection)} or {@link #withSslPolicies(java.util.Collection)} if you want to override the existing values.

                  \n@param sslPolicies Information about the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "

                  Information about the policies.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeSSLPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeSSLPoliciesResult" }, "variable" : { "variableDeclarationType" : "DescribeSSLPoliciesResult", "variableName" : "describeSSLPoliciesResult", "variableType" : "DescribeSSLPoliciesResult", "documentation" : null, "simpleType" : "DescribeSSLPoliciesResult", "variableSetterType" : "DescribeSSLPoliciesResult" }, "wrapper" : false }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeTags.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the resources.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n@param resourceArns The Amazon Resource Names (ARN) of the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n@return The Amazon Resource Names (ARN) of the resources.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n@param resourceArns The Amazon Resource Names (ARN) of the resources.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.

                  \n@param resourceArns The Amazon Resource Names (ARN) of the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArns" : { "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the resources.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n@param resourceArns The Amazon Resource Names (ARN) of the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n@return The Amazon Resource Names (ARN) of the resources.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n@param resourceArns The Amazon Resource Names (ARN) of the resources.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the resources.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.

                  \n@param resourceArns The Amazon Resource Names (ARN) of the resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the resources.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceArns" ], "shapeName" : "DescribeTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "wrapper" : false }, "DescribeTagsResult" : { "c2jName" : "DescribeTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeTags.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "deprecated" : false, "documentation" : "

                  Information about the tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the tags.

                  \n@param tagDescriptions Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the tags.

                  \n@return Information about the tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TagDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagDescriptions", "setterDocumentation" : "/**

                  Information about the tags.

                  \n@param tagDescriptions Information about the tags.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the tags.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagDescriptions(java.util.Collection)} or {@link #withTagDescriptions(java.util.Collection)} if you want to override the existing values.

                  \n@param tagDescriptions Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "

                  Information about the tags.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagDescriptions" : { "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "deprecated" : false, "documentation" : "

                  Information about the tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the tags.

                  \n@param tagDescriptions Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the tags.

                  \n@return Information about the tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TagDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagDescriptions", "setterDocumentation" : "/**

                  Information about the tags.

                  \n@param tagDescriptions Information about the tags.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the tags.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagDescriptions(java.util.Collection)} or {@link #withTagDescriptions(java.util.Collection)} if you want to override the existing values.

                  \n@param tagDescriptions Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "

                  Information about the tags.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTagsResult" }, "variable" : { "variableDeclarationType" : "DescribeTagsResult", "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "documentation" : null, "simpleType" : "DescribeTagsResult", "variableSetterType" : "DescribeTagsResult" }, "wrapper" : false }, "DescribeTargetGroupAttributesRequest" : { "c2jName" : "DescribeTargetGroupAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeTargetGroupAttributes.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeTargetGroupAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn" ], "shapeName" : "DescribeTargetGroupAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTargetGroupAttributesRequest", "variableName" : "describeTargetGroupAttributesRequest", "variableType" : "DescribeTargetGroupAttributesRequest", "documentation" : null, "simpleType" : "DescribeTargetGroupAttributesRequest", "variableSetterType" : "DescribeTargetGroupAttributesRequest" }, "wrapper" : false }, "DescribeTargetGroupAttributesResult" : { "c2jName" : "DescribeTargetGroupAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeTargetGroupAttributes.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "deprecated" : false, "documentation" : "

                  Information about the target group attributes

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the target group attributes

                  \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the target group attributes

                  \n@return Information about the target group attributes*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                  Information about the target group attributes

                  \n@param attributes Information about the target group attributes*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the target group attributes

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                  \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                  Information about the target group attributes

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "deprecated" : false, "documentation" : "

                  Information about the target group attributes

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the target group attributes

                  \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the target group attributes

                  \n@return Information about the target group attributes*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                  Information about the target group attributes

                  \n@param attributes Information about the target group attributes*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the target group attributes

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                  \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                  Information about the target group attributes

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTargetGroupAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTargetGroupAttributesResult" }, "variable" : { "variableDeclarationType" : "DescribeTargetGroupAttributesResult", "variableName" : "describeTargetGroupAttributesResult", "variableType" : "DescribeTargetGroupAttributesResult", "documentation" : null, "simpleType" : "DescribeTargetGroupAttributesResult", "variableSetterType" : "DescribeTargetGroupAttributesResult" }, "wrapper" : false }, "DescribeTargetGroupsRequest" : { "c2jName" : "DescribeTargetGroupsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeTargetGroups.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeTargetGroups", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetGroupArns", "c2jShape" : "TargetGroupArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the target groups.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n@return The Amazon Resource Names (ARN) of the target groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroupArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroupArns(java.util.Collection)} or {@link #withTargetGroupArns(java.util.Collection)} if you want to override the existing values.

                  \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the target groups.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Names", "c2jShape" : "TargetGroupNames", "deprecated" : false, "documentation" : "

                  The names of the target groups.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the target groups.

                  \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The names of the target groups.

                  \n@return The names of the target groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Names", "setterDocumentation" : "/**

                  The names of the target groups.

                  \n@param names The names of the target groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the target groups.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.

                  \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                  The names of the target groups.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker for the next set of results. (You received this marker from a previous call.)

                  \n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Names" : { "c2jName" : "Names", "c2jShape" : "TargetGroupNames", "deprecated" : false, "documentation" : "

                  The names of the target groups.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The names of the target groups.

                  \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The names of the target groups.

                  \n@return The names of the target groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Names", "setterDocumentation" : "/**

                  The names of the target groups.

                  \n@param names The names of the target groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The names of the target groups.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNames(java.util.Collection)} or {@link #withNames(java.util.Collection)} if you want to override the existing values.

                  \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                  The names of the target groups.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PageSize" : { "c2jName" : "PageSize", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

                  The maximum number of results to return with this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@return The maximum number of results to return with this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call.

                  \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TargetGroupArns" : { "c2jName" : "TargetGroupArns", "c2jShape" : "TargetGroupArns", "deprecated" : false, "documentation" : "

                  The Amazon Resource Names (ARN) of the target groups.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n@return The Amazon Resource Names (ARN) of the target groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroupArns", "setterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Amazon Resource Names (ARN) of the target groups.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroupArns(java.util.Collection)} or {@link #withTargetGroupArns(java.util.Collection)} if you want to override the existing values.

                  \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "

                  The Amazon Resource Names (ARN) of the target groups.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTargetGroupsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTargetGroupsRequest", "variableName" : "describeTargetGroupsRequest", "variableType" : "DescribeTargetGroupsRequest", "documentation" : null, "simpleType" : "DescribeTargetGroupsRequest", "variableSetterType" : "DescribeTargetGroupsRequest" }, "wrapper" : false }, "DescribeTargetGroupsResult" : { "c2jName" : "DescribeTargetGroupsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeTargetGroups.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "deprecated" : false, "documentation" : "

                  Information about the target groups.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the target groups.

                  \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the target groups.

                  \n@return Information about the target groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroup", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroups", "setterDocumentation" : "/**

                  Information about the target groups.

                  \n@param targetGroups Information about the target groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the target groups.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroups(java.util.Collection)} or {@link #withTargetGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                  Information about the target groups.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  \n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetGroups" : { "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "deprecated" : false, "documentation" : "

                  Information about the target groups.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the target groups.

                  \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the target groups.

                  \n@return Information about the target groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroup", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroups", "setterDocumentation" : "/**

                  Information about the target groups.

                  \n@param targetGroups Information about the target groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the target groups.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroups(java.util.Collection)} or {@link #withTargetGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                  Information about the target groups.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTargetGroupsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTargetGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeTargetGroupsResult", "variableName" : "describeTargetGroupsResult", "variableType" : "DescribeTargetGroupsResult", "documentation" : null, "simpleType" : "DescribeTargetGroupsResult", "variableSetterType" : "DescribeTargetGroupsResult" }, "wrapper" : false }, "DescribeTargetHealthRequest" : { "c2jName" : "DescribeTargetHealthInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for DescribeTargetHealth.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeTargetHealth", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "deprecated" : false, "documentation" : "

                  The targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The targets.

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

                  The targets.

                  \n@return The targets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Targets", "setterDocumentation" : "/**

                  The targets.

                  \n@param targets The targets.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The targets.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargets(java.util.Collection)} or {@link #withTargets(java.util.Collection)} if you want to override the existing values.

                  \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                  The targets.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target group.

                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Targets" : { "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "deprecated" : false, "documentation" : "

                  The targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The targets.

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

                  The targets.

                  \n@return The targets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Targets", "setterDocumentation" : "/**

                  The targets.

                  \n@param targets The targets.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The targets.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargets(java.util.Collection)} or {@link #withTargets(java.util.Collection)} if you want to override the existing values.

                  \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                  The targets.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn" ], "shapeName" : "DescribeTargetHealthRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTargetHealthRequest", "variableName" : "describeTargetHealthRequest", "variableType" : "DescribeTargetHealthRequest", "documentation" : null, "simpleType" : "DescribeTargetHealthRequest", "variableSetterType" : "DescribeTargetHealthRequest" }, "wrapper" : false }, "DescribeTargetHealthResult" : { "c2jName" : "DescribeTargetHealthOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of DescribeTargetHealth.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetHealthDescriptions", "c2jShape" : "TargetHealthDescriptions", "deprecated" : false, "documentation" : "

                  Information about the health of the targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the health of the targets.

                  \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the health of the targets.

                  \n@return Information about the health of the targets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetHealthDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealthDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetHealthDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetHealthDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetHealthDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetHealthDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetHealthDescriptions", "setterDocumentation" : "/**

                  Information about the health of the targets.

                  \n@param targetHealthDescriptions Information about the health of the targets.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the health of the targets.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetHealthDescriptions(java.util.Collection)} or {@link #withTargetHealthDescriptions(java.util.Collection)} if you want to override the existing values.

                  \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "

                  Information about the health of the targets.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetHealthDescriptions" : { "c2jName" : "TargetHealthDescriptions", "c2jShape" : "TargetHealthDescriptions", "deprecated" : false, "documentation" : "

                  Information about the health of the targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Information about the health of the targets.

                  \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about the health of the targets.

                  \n@return Information about the health of the targets.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetHealthDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealthDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetHealthDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetHealthDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetHealthDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetHealthDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetHealthDescriptions", "setterDocumentation" : "/**

                  Information about the health of the targets.

                  \n@param targetHealthDescriptions Information about the health of the targets.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about the health of the targets.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetHealthDescriptions(java.util.Collection)} or {@link #withTargetHealthDescriptions(java.util.Collection)} if you want to override the existing values.

                  \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "

                  Information about the health of the targets.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTargetHealthResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTargetHealthResult" }, "variable" : { "variableDeclarationType" : "DescribeTargetHealthResult", "variableName" : "describeTargetHealthResult", "variableType" : "DescribeTargetHealthResult", "documentation" : null, "simpleType" : "DescribeTargetHealthResult", "variableSetterType" : "DescribeTargetHealthResult" }, "wrapper" : false }, "DuplicateListenerException" : { "c2jName" : "DuplicateListenerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A listener with the specified port already exists.

                  ", "enums" : null, "errorCode" : "DuplicateListener", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DuplicateListenerException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateListenerException", "variableName" : "duplicateListenerException", "variableType" : "DuplicateListenerException", "documentation" : null, "simpleType" : "DuplicateListenerException", "variableSetterType" : "DuplicateListenerException" }, "wrapper" : false }, "DuplicateLoadBalancerNameException" : { "c2jName" : "DuplicateLoadBalancerNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A load balancer with the specified name already exists for this account.

                  ", "enums" : null, "errorCode" : "DuplicateLoadBalancerName", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DuplicateLoadBalancerNameException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateLoadBalancerNameException", "variableName" : "duplicateLoadBalancerNameException", "variableType" : "DuplicateLoadBalancerNameException", "documentation" : null, "simpleType" : "DuplicateLoadBalancerNameException", "variableSetterType" : "DuplicateLoadBalancerNameException" }, "wrapper" : false }, "DuplicateTagKeysException" : { "c2jName" : "DuplicateTagKeysException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A tag key was specified more than once.

                  ", "enums" : null, "errorCode" : "DuplicateTagKeys", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DuplicateTagKeysException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateTagKeysException", "variableName" : "duplicateTagKeysException", "variableType" : "DuplicateTagKeysException", "documentation" : null, "simpleType" : "DuplicateTagKeysException", "variableSetterType" : "DuplicateTagKeysException" }, "wrapper" : false }, "DuplicateTargetGroupNameException" : { "c2jName" : "DuplicateTargetGroupNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A target group with the specified name already exists.

                  ", "enums" : null, "errorCode" : "DuplicateTargetGroupName", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DuplicateTargetGroupNameException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateTargetGroupNameException", "variableName" : "duplicateTargetGroupNameException", "variableType" : "DuplicateTargetGroupNameException", "documentation" : null, "simpleType" : "DuplicateTargetGroupNameException", "variableSetterType" : "DuplicateTargetGroupNameException" }, "wrapper" : false }, "HealthUnavailableException" : { "c2jName" : "HealthUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The health of the specified targets could not be retrieved due to an internal error.

                  ", "enums" : null, "errorCode" : "HealthUnavailable", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "HealthUnavailableException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HealthUnavailableException", "variableName" : "healthUnavailableException", "variableType" : "HealthUnavailableException", "documentation" : null, "simpleType" : "HealthUnavailableException", "variableSetterType" : "HealthUnavailableException" }, "wrapper" : false }, "IncompatibleProtocolsException" : { "c2jName" : "IncompatibleProtocolsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified configuration is not valid with this protocol.

                  ", "enums" : null, "errorCode" : "IncompatibleProtocols", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "IncompatibleProtocolsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncompatibleProtocolsException", "variableName" : "incompatibleProtocolsException", "variableType" : "IncompatibleProtocolsException", "documentation" : null, "simpleType" : "IncompatibleProtocolsException", "variableSetterType" : "IncompatibleProtocolsException" }, "wrapper" : false }, "InvalidConfigurationRequestException" : { "c2jName" : "InvalidConfigurationRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The requested configuration is not valid.

                  ", "enums" : null, "errorCode" : "InvalidConfigurationRequest", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidConfigurationRequestException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidConfigurationRequestException", "variableName" : "invalidConfigurationRequestException", "variableType" : "InvalidConfigurationRequestException", "documentation" : null, "simpleType" : "InvalidConfigurationRequestException", "variableSetterType" : "InvalidConfigurationRequestException" }, "wrapper" : false }, "InvalidSchemeException" : { "c2jName" : "InvalidSchemeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The requested scheme is not valid.

                  ", "enums" : null, "errorCode" : "InvalidScheme", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidSchemeException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSchemeException", "variableName" : "invalidSchemeException", "variableType" : "InvalidSchemeException", "documentation" : null, "simpleType" : "InvalidSchemeException", "variableSetterType" : "InvalidSchemeException" }, "wrapper" : false }, "InvalidSecurityGroupException" : { "c2jName" : "InvalidSecurityGroupException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified security group does not exist.

                  ", "enums" : null, "errorCode" : "InvalidSecurityGroup", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidSecurityGroupException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSecurityGroupException", "variableName" : "invalidSecurityGroupException", "variableType" : "InvalidSecurityGroupException", "documentation" : null, "simpleType" : "InvalidSecurityGroupException", "variableSetterType" : "InvalidSecurityGroupException" }, "wrapper" : false }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified subnet is out of available addresses.

                  ", "enums" : null, "errorCode" : "InvalidSubnet", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidSubnetException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSubnetException", "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "wrapper" : false }, "InvalidTargetException" : { "c2jName" : "InvalidTargetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified target does not exist or is not in the same VPC as the target group.

                  ", "enums" : null, "errorCode" : "InvalidTarget", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidTargetException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTargetException", "variableName" : "invalidTargetException", "variableType" : "InvalidTargetException", "documentation" : null, "simpleType" : "InvalidTargetException", "variableSetterType" : "InvalidTargetException" }, "wrapper" : false }, "Listener" : { "c2jName" : "Listener", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Information about a listener.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                  The port on which the load balancer is listening.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@return The port on which the load balancer is listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@param port The port on which the load balancer is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                  The port on which the load balancer is listening.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                  The protocol for connections from clients to the load balancer.

                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                  The protocol for connections from clients to the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Certificates", "c2jShape" : "CertificateList", "deprecated" : false, "documentation" : "

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n@param certificates The SSL server certificate. You must provide a certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n@return The SSL server certificate. You must provide a certificate if the protocol is HTTPS.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Certificate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Certificates", "setterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n@param certificates The SSL server certificate. You must provide a certificate if the protocol is HTTPS.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

                  \n@param certificates The SSL server certificate. You must provide a certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@return The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SslPolicy", "setterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultActions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                  The default actions for the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The default actions for the listener.

                  \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The default actions for the listener.

                  \n@return The default actions for the listener.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultActions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DefaultActions", "setterDocumentation" : "/**

                  The default actions for the listener.

                  \n@param defaultActions The default actions for the listener.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The default actions for the listener.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.

                  \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                  The default actions for the listener.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "c2jName" : "Certificates", "c2jShape" : "CertificateList", "deprecated" : false, "documentation" : "

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n@param certificates The SSL server certificate. You must provide a certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n@return The SSL server certificate. You must provide a certificate if the protocol is HTTPS.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Certificate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Certificates", "setterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n@param certificates The SSL server certificate. You must provide a certificate if the protocol is HTTPS.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

                  \n@param certificates The SSL server certificate. You must provide a certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                  The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DefaultActions" : { "c2jName" : "DefaultActions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                  The default actions for the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The default actions for the listener.

                  \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The default actions for the listener.

                  \n@return The default actions for the listener.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultActions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DefaultActions", "setterDocumentation" : "/**

                  The default actions for the listener.

                  \n@param defaultActions The default actions for the listener.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The default actions for the listener.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.

                  \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                  The default actions for the listener.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ListenerArn" : { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

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

                  The Amazon Resource Name (ARN) of the listener.

                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the listener.

                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the listener.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                  The port on which the load balancer is listening.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@return The port on which the load balancer is listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@param port The port on which the load balancer is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port on which the load balancer is listening.

                  \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                  The port on which the load balancer is listening.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                  The protocol for connections from clients to the load balancer.

                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol for connections from clients to the load balancer.

                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                  The protocol for connections from clients to the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslPolicy" : { "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@return The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SslPolicy", "setterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                  The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Listener", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "wrapper" : false }, "ListenerNotFoundException" : { "c2jName" : "ListenerNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified listener does not exist.

                  ", "enums" : null, "errorCode" : "ListenerNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ListenerNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListenerNotFoundException", "variableName" : "listenerNotFoundException", "variableType" : "ListenerNotFoundException", "documentation" : null, "simpleType" : "ListenerNotFoundException", "variableSetterType" : "ListenerNotFoundException" }, "wrapper" : false }, "LoadBalancer" : { "c2jName" : "LoadBalancer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Information about a load balancer.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                  The public DNS name of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@param dNSName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@return The public DNS name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@param dNSName The public DNS name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@param dNSName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                  The public DNS name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CanonicalHostedZoneId", "c2jShape" : "CanonicalHostedZoneId", "deprecated" : false, "documentation" : "

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CanonicalHostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CanonicalHostedZoneId", "setterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "deprecated" : false, "documentation" : "

                  The date and time the load balancer was created.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@return The date and time the load balancer was created.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

                  The date and time the load balancer was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerName", "c2jShape" : "LoadBalancerName", "deprecated" : false, "documentation" : "

                  The name of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "deprecated" : false, "documentation" : "

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  ", "enumType" : "LoadBalancerSchemeEnum", "fluentSetterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "getterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vpcId The ID of the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@return The ID of the VPC for the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vpcId The ID of the VPC for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vpcId The ID of the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "LoadBalancerState", "deprecated" : false, "documentation" : "

                  The state of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The state of the load balancer.

                  \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The state of the load balancer.

                  \n@return The state of the load balancer.*/", "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The state of the load balancer.

                  \n@param state The state of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The state of the load balancer.

                  \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "

                  The state of the load balancer.

                  ", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "deprecated" : false, "documentation" : "

                  The type of load balancer.

                  ", "enumType" : "LoadBalancerTypeEnum", "fluentSetterDocumentation" : "/**

                  The type of load balancer.

                  \n@param type The type of load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum*/", "getterDocumentation" : "/**

                  The type of load balancer.

                  \n@return The type of load balancer.\n@see LoadBalancerTypeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

                  The type of load balancer.

                  \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of load balancer.

                  \n@param type The type of load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                  The type of load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                  The Availability Zones for the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@return The Availability Zones for the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AvailabilityZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AvailabilityZones", "setterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                  The Availability Zones for the load balancer.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                  The IDs of the security groups for the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n@return The IDs of the security groups for the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroups", "setterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n@param securityGroups The IDs of the security groups for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the security groups for the load balancer.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                  The Availability Zones for the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@return The Availability Zones for the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AvailabilityZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AvailabilityZones", "setterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                  The Availability Zones for the load balancer.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CanonicalHostedZoneId" : { "c2jName" : "CanonicalHostedZoneId", "c2jShape" : "CanonicalHostedZoneId", "deprecated" : false, "documentation" : "

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CanonicalHostedZoneId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CanonicalHostedZoneId", "setterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "

                  The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreatedTime" : { "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "deprecated" : false, "documentation" : "

                  The date and time the load balancer was created.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@return The date and time the load balancer was created.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

                  The date and time the load balancer was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "DNSName" : { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                  The public DNS name of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@param dNSName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@return The public DNS name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DNSName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DNSName", "setterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@param dNSName The public DNS name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The public DNS name of the load balancer.

                  \n@param dNSName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                  The public DNS name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the load balancer.

                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "LoadBalancerName", "deprecated" : false, "documentation" : "

                  The name of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Scheme" : { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "deprecated" : false, "documentation" : "

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  ", "enumType" : "LoadBalancerSchemeEnum", "fluentSetterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "getterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                  The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

                  The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                  The IDs of the security groups for the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n@return The IDs of the security groups for the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroups", "setterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n@param securityGroups The IDs of the security groups for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The IDs of the security groups for the load balancer.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the security groups for the load balancer.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "LoadBalancerState", "deprecated" : false, "documentation" : "

                  The state of the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The state of the load balancer.

                  \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The state of the load balancer.

                  \n@return The state of the load balancer.*/", "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The state of the load balancer.

                  \n@param state The state of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The state of the load balancer.

                  \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "

                  The state of the load balancer.

                  ", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "deprecated" : false, "documentation" : "

                  The type of load balancer.

                  ", "enumType" : "LoadBalancerTypeEnum", "fluentSetterDocumentation" : "/**

                  The type of load balancer.

                  \n@param type The type of load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum*/", "getterDocumentation" : "/**

                  The type of load balancer.

                  \n@return The type of load balancer.\n@see LoadBalancerTypeEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

                  The type of load balancer.

                  \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of load balancer.

                  \n@param type The type of load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                  The type of load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcId" : { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vpcId The ID of the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@return The ID of the VPC for the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vpcId The ID of the VPC for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vpcId The ID of the VPC for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LoadBalancer", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "loadBalancer", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "wrapper" : false }, "LoadBalancerAttribute" : { "c2jName" : "LoadBalancerAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Information about a load balancer attribute.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "LoadBalancerAttributeKey", "deprecated" : false, "documentation" : "

                  The name of the attribute.

                  • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the attribute.

                  • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                  \n@param key The name of the attribute.

                  • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

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

                    The name of the attribute.

                    • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                    \n@return The name of the attribute.

                    • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                      The name of the attribute.

                      • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                      • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                      • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                      • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                      • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                      \n@param key The name of the attribute.

                      • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                      • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                      • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                      • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                      • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                        The name of the attribute.

                        • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                        • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                        • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                        • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                        • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                        \n@param key The name of the attribute.

                        • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                        • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                        • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                        • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                        • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                          The name of the attribute.

                          • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "LoadBalancerAttributeValue", "deprecated" : false, "documentation" : "

                          The value of the attribute.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The value of the attribute.

                          \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                          The value of the attribute.

                          \n@return The value of the attribute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                          The value of the attribute.

                          \n@param value The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                          The value of the attribute.

                          \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                          The value of the attribute.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "LoadBalancerAttributeKey", "deprecated" : false, "documentation" : "

                          The name of the attribute.

                          • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The name of the attribute.

                          • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                          \n@param key The name of the attribute.

                          • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

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

                            The name of the attribute.

                            • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                            • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                            • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                            • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                            • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                            \n@return The name of the attribute.

                            • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                            • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                            • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                            • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                            • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                              The name of the attribute.

                              • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                              \n@param key The name of the attribute.

                              • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                The name of the attribute.

                                • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                                • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                                • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                                • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                                • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                                \n@param key The name of the attribute.

                                • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                                • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                                • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                                • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                                • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  The name of the attribute.

                                  • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

                                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

                                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

                                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

                                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "LoadBalancerAttributeValue", "deprecated" : false, "documentation" : "

                                  The value of the attribute.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The value of the attribute.

                                  \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The value of the attribute.

                                  \n@return The value of the attribute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                  The value of the attribute.

                                  \n@param value The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The value of the attribute.

                                  \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                  The value of the attribute.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LoadBalancerAttribute", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "loadBalancerAttribute", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "wrapper" : false }, "LoadBalancerNotFoundException" : { "c2jName" : "LoadBalancerNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The specified load balancer does not exist.

                                  ", "enums" : null, "errorCode" : "LoadBalancerNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LoadBalancerNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LoadBalancerNotFoundException", "variableName" : "loadBalancerNotFoundException", "variableType" : "LoadBalancerNotFoundException", "documentation" : null, "simpleType" : "LoadBalancerNotFoundException", "variableSetterType" : "LoadBalancerNotFoundException" }, "wrapper" : false }, "LoadBalancerSchemeEnum" : { "c2jName" : "LoadBalancerSchemeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "InternetFacing", "value" : "internet-facing" }, { "name" : "Internal", "value" : "internal" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LoadBalancerSchemeEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerSchemeEnum", "variableName" : "loadBalancerSchemeEnum", "variableType" : "LoadBalancerSchemeEnum", "documentation" : null, "simpleType" : "LoadBalancerSchemeEnum", "variableSetterType" : "LoadBalancerSchemeEnum" }, "wrapper" : false }, "LoadBalancerState" : { "c2jName" : "LoadBalancerState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about the state of the load balancer.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Code", "c2jShape" : "LoadBalancerStateEnum", "deprecated" : false, "documentation" : "

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  ", "enumType" : "LoadBalancerStateEnum", "fluentSetterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum*/", "getterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Reason", "c2jShape" : "StateReason", "deprecated" : false, "documentation" : "

                                  A description of the state.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A description of the state.

                                  \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  A description of the state.

                                  \n@return A description of the state.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Reason", "setterDocumentation" : "/**

                                  A description of the state.

                                  \n@param reason A description of the state.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  A description of the state.

                                  \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                  A description of the state.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "c2jName" : "Code", "c2jShape" : "LoadBalancerStateEnum", "deprecated" : false, "documentation" : "

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  ", "enumType" : "LoadBalancerStateEnum", "fluentSetterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum*/", "getterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                  The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Reason" : { "c2jName" : "Reason", "c2jShape" : "StateReason", "deprecated" : false, "documentation" : "

                                  A description of the state.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A description of the state.

                                  \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  A description of the state.

                                  \n@return A description of the state.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Reason", "setterDocumentation" : "/**

                                  A description of the state.

                                  \n@param reason A description of the state.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  A description of the state.

                                  \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                  A description of the state.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LoadBalancerState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "loadBalancerState", "variableType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "wrapper" : false }, "LoadBalancerStateEnum" : { "c2jName" : "LoadBalancerStateEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Active", "value" : "active" }, { "name" : "Provisioning", "value" : "provisioning" }, { "name" : "Failed", "value" : "failed" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LoadBalancerStateEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerStateEnum", "variableName" : "loadBalancerStateEnum", "variableType" : "LoadBalancerStateEnum", "documentation" : null, "simpleType" : "LoadBalancerStateEnum", "variableSetterType" : "LoadBalancerStateEnum" }, "wrapper" : false }, "LoadBalancerTypeEnum" : { "c2jName" : "LoadBalancerTypeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Application", "value" : "application" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LoadBalancerTypeEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerTypeEnum", "variableName" : "loadBalancerTypeEnum", "variableType" : "LoadBalancerTypeEnum", "documentation" : null, "simpleType" : "LoadBalancerTypeEnum", "variableSetterType" : "LoadBalancerTypeEnum" }, "wrapper" : false }, "Matcher" : { "c2jName" : "Matcher", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information to use when checking for a successful response from a target.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "HttpCode", "c2jShape" : "HttpCode", "deprecated" : false, "documentation" : "

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@param httpCode The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@return The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HttpCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HttpCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HttpCode", "setterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@param httpCode The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@param httpCode The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HttpCode" : { "c2jName" : "HttpCode", "c2jShape" : "HttpCode", "deprecated" : false, "documentation" : "

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@param httpCode The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@return The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HttpCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HttpCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HttpCode", "setterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@param httpCode The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  \n@param httpCode The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "

                                  The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "HttpCode" ], "shapeName" : "Matcher", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "wrapper" : false }, "ModifyListenerRequest" : { "c2jName" : "ModifyListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for ModifyListener.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "ModifyListener", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the listener.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the listener.

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

                                  The Amazon Resource Name (ARN) of the listener.

                                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the listener.

                                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the listener.

                                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the listener.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                  The port for connections from clients to the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@return The port for connections from clients to the load balancer.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@param port The port for connections from clients to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                  The port for connections from clients to the load balancer.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                  The protocol for connections from clients to the load balancer.

                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                  The protocol for connections from clients to the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

                                  The security policy that defines which ciphers and protocols are supported.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@return The security policy that defines which ciphers and protocols are supported.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SslPolicy", "setterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                  The security policy that defines which ciphers and protocols are supported.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Certificates", "c2jShape" : "CertificateList", "deprecated" : false, "documentation" : "

                                  The SSL server certificate.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n@param certificates The SSL server certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n@return The SSL server certificate.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Certificate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Certificates", "setterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n@param certificates The SSL server certificate.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

                                  \n@param certificates The SSL server certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                  The SSL server certificate.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultActions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                                  The default actions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The default actions.

                                  \n@param defaultActions The default actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The default actions.

                                  \n@return The default actions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultActions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DefaultActions", "setterDocumentation" : "/**

                                  The default actions.

                                  \n@param defaultActions The default actions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The default actions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.

                                  \n@param defaultActions The default actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                  The default actions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "c2jName" : "Certificates", "c2jShape" : "CertificateList", "deprecated" : false, "documentation" : "

                                  The SSL server certificate.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n@param certificates The SSL server certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n@return The SSL server certificate.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Certificate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Certificates", "setterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n@param certificates The SSL server certificate.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The SSL server certificate.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

                                  \n@param certificates The SSL server certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                  The SSL server certificate.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DefaultActions" : { "c2jName" : "DefaultActions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                                  The default actions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The default actions.

                                  \n@param defaultActions The default actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The default actions.

                                  \n@return The default actions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultActions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DefaultActions", "setterDocumentation" : "/**

                                  The default actions.

                                  \n@param defaultActions The default actions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The default actions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.

                                  \n@param defaultActions The default actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                  The default actions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ListenerArn" : { "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the listener.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the listener.

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

                                  The Amazon Resource Name (ARN) of the listener.

                                  \n@return The Amazon Resource Name (ARN) of the listener.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ListenerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ListenerArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the listener.

                                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the listener.

                                  \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the listener.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                  The port for connections from clients to the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@return The port for connections from clients to the load balancer.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@param port The port for connections from clients to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The port for connections from clients to the load balancer.

                                  \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                  The port for connections from clients to the load balancer.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                  The protocol for connections from clients to the load balancer.

                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The protocol for connections from clients to the load balancer.

                                  \n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                  The protocol for connections from clients to the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslPolicy" : { "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

                                  The security policy that defines which ciphers and protocols are supported.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@return The security policy that defines which ciphers and protocols are supported.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SslPolicy", "setterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The security policy that defines which ciphers and protocols are supported.

                                  \n@param sslPolicy The security policy that defines which ciphers and protocols are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                  The security policy that defines which ciphers and protocols are supported.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ListenerArn" ], "shapeName" : "ModifyListenerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyListenerRequest", "variableName" : "modifyListenerRequest", "variableType" : "ModifyListenerRequest", "documentation" : null, "simpleType" : "ModifyListenerRequest", "variableSetterType" : "ModifyListenerRequest" }, "wrapper" : false }, "ModifyListenerResult" : { "c2jName" : "ModifyListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of ModifyListener.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

                                  Information about the modified listeners.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n@return Information about the modified listeners.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listeners", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Listeners", "setterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n@param listeners Information about the modified listeners.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.

                                  \n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                  Information about the modified listeners.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

                                  Information about the modified listeners.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n@return Information about the modified listeners.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listeners", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Listeners", "setterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n@param listeners Information about the modified listeners.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the modified listeners.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.

                                  \n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                  Information about the modified listeners.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ModifyListenerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyListenerResult" }, "variable" : { "variableDeclarationType" : "ModifyListenerResult", "variableName" : "modifyListenerResult", "variableType" : "ModifyListenerResult", "documentation" : null, "simpleType" : "ModifyListenerResult", "variableSetterType" : "ModifyListenerResult" }, "wrapper" : false }, "ModifyLoadBalancerAttributesRequest" : { "c2jName" : "ModifyLoadBalancerAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for ModifyLoadBalancerAttributes.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "ModifyLoadBalancerAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "

                                  The load balancer attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n@return The load balancer attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n@param attributes The load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  The load balancer attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "

                                  The load balancer attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n@return The load balancer attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n@param attributes The load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The load balancer attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  The load balancer attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerArn", "Attributes" ], "shapeName" : "ModifyLoadBalancerAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "wrapper" : false }, "ModifyLoadBalancerAttributesResult" : { "c2jName" : "ModifyLoadBalancerAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of ModifyLoadBalancerAttributes.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "

                                  Information about the load balancer attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n@return Information about the load balancer attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n@param attributes Information about the load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  Information about the load balancer attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "

                                  Information about the load balancer attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n@return Information about the load balancer attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n@param attributes Information about the load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the load balancer attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  Information about the load balancer attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ModifyLoadBalancerAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyLoadBalancerAttributesResult" }, "variable" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesResult", "variableName" : "modifyLoadBalancerAttributesResult", "variableType" : "ModifyLoadBalancerAttributesResult", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesResult", "variableSetterType" : "ModifyLoadBalancerAttributesResult" }, "wrapper" : false }, "ModifyRuleRequest" : { "c2jName" : "ModifyRuleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for ModifyRules.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "ModifyRule", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

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

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "deprecated" : false, "documentation" : "

                                  The conditions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The conditions.

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

                                  The conditions.

                                  \n@return The conditions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Conditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleCondition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Conditions", "setterDocumentation" : "/**

                                  The conditions.

                                  \n@param conditions The conditions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The conditions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConditions(java.util.Collection)} or {@link #withConditions(java.util.Collection)} if you want to override the existing values.

                                  \n@param conditions The conditions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                  The conditions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Actions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                                  The actions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The actions.

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

                                  The actions.

                                  \n@return The actions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

                                  The actions.

                                  \n@param actions The actions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The actions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

                                  \n@param actions The actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                  The actions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "c2jName" : "Actions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                                  The actions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The actions.

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

                                  The actions.

                                  \n@return The actions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

                                  The actions.

                                  \n@param actions The actions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The actions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

                                  \n@param actions The actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                  The actions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Conditions" : { "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "deprecated" : false, "documentation" : "

                                  The conditions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The conditions.

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

                                  The conditions.

                                  \n@return The conditions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Conditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleCondition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Conditions", "setterDocumentation" : "/**

                                  The conditions.

                                  \n@param conditions The conditions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The conditions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConditions(java.util.Collection)} or {@link #withConditions(java.util.Collection)} if you want to override the existing values.

                                  \n@param conditions The conditions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                  The conditions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RuleArn" : { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

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

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "RuleArn" ], "shapeName" : "ModifyRuleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyRuleRequest", "variableName" : "modifyRuleRequest", "variableType" : "ModifyRuleRequest", "documentation" : null, "simpleType" : "ModifyRuleRequest", "variableSetterType" : "ModifyRuleRequest" }, "wrapper" : false }, "ModifyRuleResult" : { "c2jName" : "ModifyRuleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of ModifyRules.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                                  Information about the rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the rule.

                                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the rule.

                                  \n@return Information about the rule.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                                  Information about the rule.

                                  \n@param rules Information about the rule.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the rule.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                  Information about the rule.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                                  Information about the rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the rule.

                                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the rule.

                                  \n@return Information about the rule.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                                  Information about the rule.

                                  \n@param rules Information about the rule.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the rule.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                  \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                  Information about the rule.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ModifyRuleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyRuleResult" }, "variable" : { "variableDeclarationType" : "ModifyRuleResult", "variableName" : "modifyRuleResult", "variableType" : "ModifyRuleResult", "documentation" : null, "simpleType" : "ModifyRuleResult", "variableSetterType" : "ModifyRuleResult" }, "wrapper" : false }, "ModifyTargetGroupAttributesRequest" : { "c2jName" : "ModifyTargetGroupAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for ModifyTargetGroupAttributes.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "ModifyTargetGroupAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "deprecated" : false, "documentation" : "

                                  The attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The attributes.

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

                                  The attributes.

                                  \n@return The attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  The attributes.

                                  \n@param attributes The attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  The attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "deprecated" : false, "documentation" : "

                                  The attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The attributes.

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

                                  The attributes.

                                  \n@return The attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  The attributes.

                                  \n@param attributes The attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  The attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn", "Attributes" ], "shapeName" : "ModifyTargetGroupAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyTargetGroupAttributesRequest", "variableName" : "modifyTargetGroupAttributesRequest", "variableType" : "ModifyTargetGroupAttributesRequest", "documentation" : null, "simpleType" : "ModifyTargetGroupAttributesRequest", "variableSetterType" : "ModifyTargetGroupAttributesRequest" }, "wrapper" : false }, "ModifyTargetGroupAttributesResult" : { "c2jName" : "ModifyTargetGroupAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of ModifyTargetGroupAttributes.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "deprecated" : false, "documentation" : "

                                  Information about the attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the attributes.

                                  \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the attributes.

                                  \n@return Information about the attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  Information about the attributes.

                                  \n@param attributes Information about the attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  Information about the attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "deprecated" : false, "documentation" : "

                                  Information about the attributes.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the attributes.

                                  \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the attributes.

                                  \n@return Information about the attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Attributes", "setterDocumentation" : "/**

                                  Information about the attributes.

                                  \n@param attributes Information about the attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the attributes.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                  \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                  Information about the attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ModifyTargetGroupAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyTargetGroupAttributesResult" }, "variable" : { "variableDeclarationType" : "ModifyTargetGroupAttributesResult", "variableName" : "modifyTargetGroupAttributesResult", "variableType" : "ModifyTargetGroupAttributesResult", "documentation" : null, "simpleType" : "ModifyTargetGroupAttributesResult", "variableSetterType" : "ModifyTargetGroupAttributesResult" }, "wrapper" : false }, "ModifyTargetGroupRequest" : { "c2jName" : "ModifyTargetGroupInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for ModifyTargetGroup.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "ModifyTargetGroup", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                  The protocol to use to connect with the target.

                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@return The protocol to use to connect with the target.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckProtocol", "setterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                  The protocol to use to connect with the target.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                                  The port to use to connect with the target.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@return The port to use to connect with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@param healthCheckPort The port to use to connect with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                  The port to use to connect with the target.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "deprecated" : false, "documentation" : "

                                  The ping path that is the destination for the health check request.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@return The ping path that is the destination for the health check request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPath", "setterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@param healthCheckPath The ping path that is the destination for the health check request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                  The ping path that is the destination for the health check request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "deprecated" : false, "documentation" : "

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@return The approximate amount of time, in seconds, between health checks of an individual target.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckIntervalSeconds", "setterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "deprecated" : false, "documentation" : "

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@return The amount of time, in seconds, during which no response means a failed health check.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckTimeoutSeconds", "setterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThresholdCount", "setterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@return The number of consecutive health check failures required before considering the target unhealthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThresholdCount", "setterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Matcher", "c2jShape" : "Matcher", "deprecated" : false, "documentation" : "

                                  The HTTP codes to use when checking for a successful response from a target.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@return The HTTP codes to use when checking for a successful response from a target.*/", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Matcher", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Matcher", "setterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.*/", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                  The HTTP codes to use when checking for a successful response from a target.

                                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckIntervalSeconds" : { "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "deprecated" : false, "documentation" : "

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@return The approximate amount of time, in seconds, between health checks of an individual target.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckIntervalSeconds", "setterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "deprecated" : false, "documentation" : "

                                  The ping path that is the destination for the health check request.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@return The ping path that is the destination for the health check request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPath", "setterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@param healthCheckPath The ping path that is the destination for the health check request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The ping path that is the destination for the health check request.

                                  \n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                  The ping path that is the destination for the health check request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                                  The port to use to connect with the target.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@return The port to use to connect with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@param healthCheckPort The port to use to connect with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The port to use to connect with the target.

                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                  The port to use to connect with the target.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                  The protocol to use to connect with the target.

                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@return The protocol to use to connect with the target.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckProtocol", "setterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The protocol to use to connect with the target.

                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                  The protocol to use to connect with the target.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckTimeoutSeconds" : { "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "deprecated" : false, "documentation" : "

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@return The amount of time, in seconds, during which no response means a failed health check.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckTimeoutSeconds", "setterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                  The amount of time, in seconds, during which no response means a failed health check.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthyThresholdCount" : { "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThresholdCount", "setterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Matcher" : { "c2jName" : "Matcher", "c2jShape" : "Matcher", "deprecated" : false, "documentation" : "

                                  The HTTP codes to use when checking for a successful response from a target.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@return The HTTP codes to use when checking for a successful response from a target.*/", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Matcher", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Matcher", "setterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.*/", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The HTTP codes to use when checking for a successful response from a target.

                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                  The HTTP codes to use when checking for a successful response from a target.

                                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UnhealthyThresholdCount" : { "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@return The number of consecutive health check failures required before considering the target unhealthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThresholdCount", "setterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                  The number of consecutive health check failures required before considering the target unhealthy.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn" ], "shapeName" : "ModifyTargetGroupRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyTargetGroupRequest", "variableName" : "modifyTargetGroupRequest", "variableType" : "ModifyTargetGroupRequest", "documentation" : null, "simpleType" : "ModifyTargetGroupRequest", "variableSetterType" : "ModifyTargetGroupRequest" }, "wrapper" : false }, "ModifyTargetGroupResult" : { "c2jName" : "ModifyTargetGroupOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of ModifyTargetGroup.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "deprecated" : false, "documentation" : "

                                  Information about the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the target group.

                                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the target group.

                                  \n@return Information about the target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroup", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroups", "setterDocumentation" : "/**

                                  Information about the target group.

                                  \n@param targetGroups Information about the target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the target group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroups(java.util.Collection)} or {@link #withTargetGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                  Information about the target group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroups" : { "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "deprecated" : false, "documentation" : "

                                  Information about the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Information about the target group.

                                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Information about the target group.

                                  \n@return Information about the target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetGroup", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TargetGroups", "setterDocumentation" : "/**

                                  Information about the target group.

                                  \n@param targetGroups Information about the target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Information about the target group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargetGroups(java.util.Collection)} or {@link #withTargetGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                  Information about the target group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ModifyTargetGroupResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyTargetGroupResult" }, "variable" : { "variableDeclarationType" : "ModifyTargetGroupResult", "variableName" : "modifyTargetGroupResult", "variableType" : "ModifyTargetGroupResult", "documentation" : null, "simpleType" : "ModifyTargetGroupResult", "variableSetterType" : "ModifyTargetGroupResult" }, "wrapper" : false }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  This operation is not allowed.

                                  ", "enums" : null, "errorCode" : "OperationNotPermitted", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "OperationNotPermittedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OperationNotPermittedException", "variableName" : "operationNotPermittedException", "variableType" : "OperationNotPermittedException", "documentation" : null, "simpleType" : "OperationNotPermittedException", "variableSetterType" : "OperationNotPermittedException" }, "wrapper" : false }, "PriorityInUseException" : { "c2jName" : "PriorityInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The specified priority is in use.

                                  ", "enums" : null, "errorCode" : "PriorityInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PriorityInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PriorityInUseException", "variableName" : "priorityInUseException", "variableType" : "PriorityInUseException", "documentation" : null, "simpleType" : "PriorityInUseException", "variableSetterType" : "PriorityInUseException" }, "wrapper" : false }, "ProtocolEnum" : { "c2jName" : "ProtocolEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "HTTP", "value" : "HTTP" }, { "name" : "HTTPS", "value" : "HTTPS" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ProtocolEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProtocolEnum", "variableName" : "protocolEnum", "variableType" : "ProtocolEnum", "documentation" : null, "simpleType" : "ProtocolEnum", "variableSetterType" : "ProtocolEnum" }, "wrapper" : false }, "RegisterTargetsRequest" : { "c2jName" : "RegisterTargetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for RegisterTargets.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "RegisterTargets", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "deprecated" : false, "documentation" : "

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n@param targets The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n@return The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Targets", "setterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n@param targets The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargets(java.util.Collection)} or {@link #withTargets(java.util.Collection)} if you want to override the existing values.

                                  \n@param targets The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the target group.

                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the target group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Targets" : { "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "deprecated" : false, "documentation" : "

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n@param targets The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n@return The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Targets", "setterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n@param targets The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTargets(java.util.Collection)} or {@link #withTargets(java.util.Collection)} if you want to override the existing values.

                                  \n@param targets The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                  The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetGroupArn", "Targets" ], "shapeName" : "RegisterTargetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RegisterTargetsRequest", "variableName" : "registerTargetsRequest", "variableType" : "RegisterTargetsRequest", "documentation" : null, "simpleType" : "RegisterTargetsRequest", "variableSetterType" : "RegisterTargetsRequest" }, "wrapper" : false }, "RegisterTargetsResult" : { "c2jName" : "RegisterTargetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of RegisterTargets.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RegisterTargetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "RegisterTargetsResult" }, "variable" : { "variableDeclarationType" : "RegisterTargetsResult", "variableName" : "registerTargetsResult", "variableType" : "RegisterTargetsResult", "documentation" : null, "simpleType" : "RegisterTargetsResult", "variableSetterType" : "RegisterTargetsResult" }, "wrapper" : false }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for RemoveTags.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "RemoveTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource.

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

                                  The Amazon Resource Name (ARN) of the resource.

                                  \n@return The Amazon Resource Name (ARN) of the resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceArns", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource.

                                  \n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.

                                  \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "deprecated" : false, "documentation" : "

                                  The tag keys for the tags to remove.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n@return The tag keys for the tags to remove.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n@param tagKeys The tag keys for the tags to remove.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                  The tag keys for the tags to remove.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArns" : { "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource.

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

                                  The Amazon Resource Name (ARN) of the resource.

                                  \n@return The Amazon Resource Name (ARN) of the resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ResourceArns", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource.

                                  \n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.

                                  \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "deprecated" : false, "documentation" : "

                                  The tag keys for the tags to remove.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n@return The tag keys for the tags to remove.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n@param tagKeys The tag keys for the tags to remove.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The tag keys for the tags to remove.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                  The tag keys for the tags to remove.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceArns", "TagKeys" ], "shapeName" : "RemoveTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "wrapper" : false }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of RemoveTags.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RemoveTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "RemoveTagsResult" }, "variable" : { "variableDeclarationType" : "RemoveTagsResult", "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "documentation" : null, "simpleType" : "RemoveTagsResult", "variableSetterType" : "RemoveTagsResult" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  A specified resource is in use.

                                  ", "enums" : null, "errorCode" : "ResourceInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "Rule" : { "c2jName" : "Rule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about a rule.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

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

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Priority", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                  The priority.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The priority.

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

                                  The priority.

                                  \n@return The priority.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

                                  The priority.

                                  \n@param priority The priority.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The priority.

                                  \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "

                                  The priority.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "deprecated" : false, "documentation" : "

                                  The conditions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The conditions.

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

                                  The conditions.

                                  \n@return The conditions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Conditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleCondition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Conditions", "setterDocumentation" : "/**

                                  The conditions.

                                  \n@param conditions The conditions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The conditions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConditions(java.util.Collection)} or {@link #withConditions(java.util.Collection)} if you want to override the existing values.

                                  \n@param conditions The conditions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                  The conditions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Actions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                                  The actions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The actions.

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

                                  The actions.

                                  \n@return The actions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

                                  The actions.

                                  \n@param actions The actions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The actions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

                                  \n@param actions The actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                  The actions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IsDefault", "c2jShape" : "IsDefault", "deprecated" : false, "documentation" : "

                                  Indicates whether this is the default rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@return Indicates whether this is the default rule.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsDefault", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsDefault", "setterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@param isDefault Indicates whether this is the default rule.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                  Indicates whether this is the default rule.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "c2jName" : "Actions", "c2jShape" : "Actions", "deprecated" : false, "documentation" : "

                                  The actions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The actions.

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

                                  The actions.

                                  \n@return The actions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Actions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Action", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Actions", "setterDocumentation" : "/**

                                  The actions.

                                  \n@param actions The actions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The actions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

                                  \n@param actions The actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                  The actions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Conditions" : { "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "deprecated" : false, "documentation" : "

                                  The conditions.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The conditions.

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

                                  The conditions.

                                  \n@return The conditions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Conditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RuleCondition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Conditions", "setterDocumentation" : "/**

                                  The conditions.

                                  \n@param conditions The conditions.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The conditions.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setConditions(java.util.Collection)} or {@link #withConditions(java.util.Collection)} if you want to override the existing values.

                                  \n@param conditions The conditions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                  The conditions.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IsDefault" : { "c2jName" : "IsDefault", "c2jShape" : "IsDefault", "deprecated" : false, "documentation" : "

                                  Indicates whether this is the default rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@return Indicates whether this is the default rule.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IsDefault", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IsDefault", "setterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@param isDefault Indicates whether this is the default rule.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  Indicates whether this is the default rule.

                                  \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                  Indicates whether this is the default rule.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Priority" : { "c2jName" : "Priority", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                  The priority.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The priority.

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

                                  The priority.

                                  \n@return The priority.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

                                  The priority.

                                  \n@param priority The priority.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The priority.

                                  \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "

                                  The priority.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RuleArn" : { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

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

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the rule.

                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the rule.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Rule", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "rule", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "wrapper" : false }, "RuleCondition" : { "c2jName" : "RuleCondition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about a condition for a rule.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Field", "c2jShape" : "ConditionFieldName", "deprecated" : false, "documentation" : "

                                  The only possible value is path-pattern.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The only possible value is path-pattern.

                                  \n@param field The only possible value is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The only possible value is path-pattern.

                                  \n@return The only possible value is path-pattern.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Field", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Field", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Field", "setterDocumentation" : "/**

                                  The only possible value is path-pattern.

                                  \n@param field The only possible value is path-pattern.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The only possible value is path-pattern.

                                  \n@param field The only possible value is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                  The only possible value is path-pattern.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Values", "c2jShape" : "ListOfString", "deprecated" : false, "documentation" : "

                                  The path pattern. You can specify a single path pattern.

                                  A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                  • A-Z, a-z, 0-9

                                  • _ - . $ / ~ \" ' @ : +

                                  • & (using &)

                                  • * (matches 0 or more characters)

                                  • ? (matches exactly 1 character)

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The path pattern. You can specify a single path pattern.

                                  A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                  • A-Z, a-z, 0-9

                                  • _ - . $ / ~ \" ' @ : +

                                  • & (using &)

                                  • * (matches 0 or more characters)

                                  • ? (matches exactly 1 character)

                                  \n@param values The path pattern. You can specify a single path pattern.

                                  A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                  • A-Z, a-z, 0-9

                                  • _ - . $ / ~ \" ' @ : +

                                  • & (using &)

                                  • * (matches 0 or more characters)

                                  • ? (matches exactly 1 character)

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

                                    The path pattern. You can specify a single path pattern.

                                    A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                    • A-Z, a-z, 0-9

                                    • _ - . $ / ~ \" ' @ : +

                                    • & (using &)

                                    • * (matches 0 or more characters)

                                    • ? (matches exactly 1 character)

                                    \n@return The path pattern. You can specify a single path pattern.

                                    A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                    • A-Z, a-z, 0-9

                                    • _ - . $ / ~ \" ' @ : +

                                    • & (using &)

                                    • * (matches 0 or more characters)

                                    • ? (matches exactly 1 character)

                                    • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StringValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Values", "setterDocumentation" : "/**

                                      The path pattern. You can specify a single path pattern.

                                      A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                      • A-Z, a-z, 0-9

                                      • _ - . $ / ~ \" ' @ : +

                                      • & (using &)

                                      • * (matches 0 or more characters)

                                      • ? (matches exactly 1 character)

                                      \n@param values The path pattern. You can specify a single path pattern.

                                      A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                      • A-Z, a-z, 0-9

                                      • _ - . $ / ~ \" ' @ : +

                                      • & (using &)

                                      • * (matches 0 or more characters)

                                      • ? (matches exactly 1 character)

                                      • */", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                        The path pattern. You can specify a single path pattern.

                                        A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                        • A-Z, a-z, 0-9

                                        • _ - . $ / ~ \" ' @ : +

                                        • & (using &)

                                        • * (matches 0 or more characters)

                                        • ? (matches exactly 1 character)

                                        \n

                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

                                        \n@param values The path pattern. You can specify a single path pattern.

                                        A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                        • A-Z, a-z, 0-9

                                        • _ - . $ / ~ \" ' @ : +

                                        • & (using &)

                                        • * (matches 0 or more characters)

                                        • ? (matches exactly 1 character)

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                          The path pattern. You can specify a single path pattern.

                                          A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                          • A-Z, a-z, 0-9

                                          • _ - . $ / ~ \" ' @ : +

                                          • & (using &)

                                          • * (matches 0 or more characters)

                                          • ? (matches exactly 1 character)

                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Field" : { "c2jName" : "Field", "c2jShape" : "ConditionFieldName", "deprecated" : false, "documentation" : "

                                          The only possible value is path-pattern.

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                          The only possible value is path-pattern.

                                          \n@param field The only possible value is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                          The only possible value is path-pattern.

                                          \n@return The only possible value is path-pattern.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Field", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Field", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Field", "setterDocumentation" : "/**

                                          The only possible value is path-pattern.

                                          \n@param field The only possible value is path-pattern.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                          The only possible value is path-pattern.

                                          \n@param field The only possible value is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                          The only possible value is path-pattern.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Values" : { "c2jName" : "Values", "c2jShape" : "ListOfString", "deprecated" : false, "documentation" : "

                                          The path pattern. You can specify a single path pattern.

                                          A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                          • A-Z, a-z, 0-9

                                          • _ - . $ / ~ \" ' @ : +

                                          • & (using &)

                                          • * (matches 0 or more characters)

                                          • ? (matches exactly 1 character)

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                          The path pattern. You can specify a single path pattern.

                                          A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                          • A-Z, a-z, 0-9

                                          • _ - . $ / ~ \" ' @ : +

                                          • & (using &)

                                          • * (matches 0 or more characters)

                                          • ? (matches exactly 1 character)

                                          \n@param values The path pattern. You can specify a single path pattern.

                                          A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                          • A-Z, a-z, 0-9

                                          • _ - . $ / ~ \" ' @ : +

                                          • & (using &)

                                          • * (matches 0 or more characters)

                                          • ? (matches exactly 1 character)

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

                                            The path pattern. You can specify a single path pattern.

                                            A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                            • A-Z, a-z, 0-9

                                            • _ - . $ / ~ \" ' @ : +

                                            • & (using &)

                                            • * (matches 0 or more characters)

                                            • ? (matches exactly 1 character)

                                            \n@return The path pattern. You can specify a single path pattern.

                                            A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                            • A-Z, a-z, 0-9

                                            • _ - . $ / ~ \" ' @ : +

                                            • & (using &)

                                            • * (matches 0 or more characters)

                                            • ? (matches exactly 1 character)

                                            • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StringValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Values", "setterDocumentation" : "/**

                                              The path pattern. You can specify a single path pattern.

                                              A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                              • A-Z, a-z, 0-9

                                              • _ - . $ / ~ \" ' @ : +

                                              • & (using &)

                                              • * (matches 0 or more characters)

                                              • ? (matches exactly 1 character)

                                              \n@param values The path pattern. You can specify a single path pattern.

                                              A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                              • A-Z, a-z, 0-9

                                              • _ - . $ / ~ \" ' @ : +

                                              • & (using &)

                                              • * (matches 0 or more characters)

                                              • ? (matches exactly 1 character)

                                              • */", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                The path pattern. You can specify a single path pattern.

                                                A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                                • A-Z, a-z, 0-9

                                                • _ - . $ / ~ \" ' @ : +

                                                • & (using &)

                                                • * (matches 0 or more characters)

                                                • ? (matches exactly 1 character)

                                                \n

                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

                                                \n@param values The path pattern. You can specify a single path pattern.

                                                A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                                • A-Z, a-z, 0-9

                                                • _ - . $ / ~ \" ' @ : +

                                                • & (using &)

                                                • * (matches 0 or more characters)

                                                • ? (matches exactly 1 character)

                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                  The path pattern. You can specify a single path pattern.

                                                  A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

                                                  • A-Z, a-z, 0-9

                                                  • _ - . $ / ~ \" ' @ : +

                                                  • & (using &)

                                                  • * (matches 0 or more characters)

                                                  • ? (matches exactly 1 character)

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RuleCondition", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "ruleCondition", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "wrapper" : false }, "RuleNotFoundException" : { "c2jName" : "RuleNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The specified rule does not exist.

                                                  ", "enums" : null, "errorCode" : "RuleNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RuleNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RuleNotFoundException", "variableName" : "ruleNotFoundException", "variableType" : "RuleNotFoundException", "documentation" : null, "simpleType" : "RuleNotFoundException", "variableSetterType" : "RuleNotFoundException" }, "wrapper" : false }, "RulePriorityPair" : { "c2jName" : "RulePriorityPair", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Information about the priorities for the rules for a listener.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the rule.

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

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Priority", "c2jShape" : "RulePriority", "deprecated" : false, "documentation" : "

                                                  The rule priority.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@return The rule priority.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@param priority The rule priority.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                  The rule priority.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Priority" : { "c2jName" : "Priority", "c2jShape" : "RulePriority", "deprecated" : false, "documentation" : "

                                                  The rule priority.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@return The rule priority.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Priority", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Priority", "setterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@param priority The rule priority.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The rule priority.

                                                  \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                  The rule priority.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "RuleArn" : { "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the rule.

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

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  \n@return The Amazon Resource Name (ARN) of the rule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RuleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RuleArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the rule.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RulePriorityPair", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "rulePriorityPair", "variableType" : "RulePriorityPair", "documentation" : null, "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "wrapper" : false }, "SSLPolicyNotFoundException" : { "c2jName" : "SSLPolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The specified SSL policy does not exist.

                                                  ", "enums" : null, "errorCode" : "SSLPolicyNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SSLPolicyNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SSLPolicyNotFoundException", "variableName" : "sSLPolicyNotFoundException", "variableType" : "SSLPolicyNotFoundException", "documentation" : null, "simpleType" : "SSLPolicyNotFoundException", "variableSetterType" : "SSLPolicyNotFoundException" }, "wrapper" : false }, "SetRulePrioritiesRequest" : { "c2jName" : "SetRulePrioritiesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for SetRulePriorities.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SetRulePriorities", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RulePriorities", "c2jShape" : "RulePriorityList", "deprecated" : false, "documentation" : "

                                                  The rule priorities.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n@return The rule priorities.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RulePriorities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RulePriorities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RulePriorityPair", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RulePriorityPair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RulePriorityPair", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RulePriorityPair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RulePriorities", "setterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n@param rulePriorities The rule priorities.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRulePriorities(java.util.Collection)} or {@link #withRulePriorities(java.util.Collection)} if you want to override the existing values.

                                                  \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "

                                                  The rule priorities.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RulePriorities" : { "c2jName" : "RulePriorities", "c2jShape" : "RulePriorityList", "deprecated" : false, "documentation" : "

                                                  The rule priorities.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n@return The rule priorities.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RulePriorities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RulePriorities", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RulePriorityPair", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RulePriorityPair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RulePriorityPair", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RulePriorityPair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RulePriorities", "setterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n@param rulePriorities The rule priorities.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The rule priorities.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRulePriorities(java.util.Collection)} or {@link #withRulePriorities(java.util.Collection)} if you want to override the existing values.

                                                  \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "

                                                  The rule priorities.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "RulePriorities" ], "shapeName" : "SetRulePrioritiesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetRulePrioritiesRequest", "variableName" : "setRulePrioritiesRequest", "variableType" : "SetRulePrioritiesRequest", "documentation" : null, "simpleType" : "SetRulePrioritiesRequest", "variableSetterType" : "SetRulePrioritiesRequest" }, "wrapper" : false }, "SetRulePrioritiesResult" : { "c2jName" : "SetRulePrioritiesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the output of SetRulePriorities.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                                                  Information about the rules.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n@return Information about the rules.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n@param rules Information about the rules.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                  Information about the rules.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "c2jName" : "Rules", "c2jShape" : "Rules", "deprecated" : false, "documentation" : "

                                                  Information about the rules.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n@return Information about the rules.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Rules", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Rule", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Rules", "setterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n@param rules Information about the rules.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Information about the rules.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

                                                  \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                  Information about the rules.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SetRulePrioritiesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetRulePrioritiesResult" }, "variable" : { "variableDeclarationType" : "SetRulePrioritiesResult", "variableName" : "setRulePrioritiesResult", "variableType" : "SetRulePrioritiesResult", "documentation" : null, "simpleType" : "SetRulePrioritiesResult", "variableSetterType" : "SetRulePrioritiesResult" }, "wrapper" : false }, "SetSecurityGroupsRequest" : { "c2jName" : "SetSecurityGroupsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for SetSecurityGroups.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SetSecurityGroups", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                                                  The IDs of the security groups.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n@return The IDs of the security groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroups", "setterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n@param securityGroups The IDs of the security groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                  \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                  The IDs of the security groups.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                                                  The IDs of the security groups.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n@return The IDs of the security groups.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroups", "setterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n@param securityGroups The IDs of the security groups.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The IDs of the security groups.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                  \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                  The IDs of the security groups.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerArn", "SecurityGroups" ], "shapeName" : "SetSecurityGroupsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetSecurityGroupsRequest", "variableName" : "setSecurityGroupsRequest", "variableType" : "SetSecurityGroupsRequest", "documentation" : null, "simpleType" : "SetSecurityGroupsRequest", "variableSetterType" : "SetSecurityGroupsRequest" }, "wrapper" : false }, "SetSecurityGroupsResult" : { "c2jName" : "SetSecurityGroupsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the output of SetSecurityGroups.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                                                  The IDs of the security groups associated with the load balancer.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n@return The IDs of the security groups associated with the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroupIds", "setterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n@param securityGroupIds The IDs of the security groups associated with the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                  \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                  The IDs of the security groups associated with the load balancer.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SecurityGroupIds" : { "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                                                  The IDs of the security groups associated with the load balancer.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n@return The IDs of the security groups associated with the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroupIds", "setterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n@param securityGroupIds The IDs of the security groups associated with the load balancer.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The IDs of the security groups associated with the load balancer.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                  \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                  The IDs of the security groups associated with the load balancer.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SetSecurityGroupsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetSecurityGroupsResult" }, "variable" : { "variableDeclarationType" : "SetSecurityGroupsResult", "variableName" : "setSecurityGroupsResult", "variableType" : "SetSecurityGroupsResult", "documentation" : null, "simpleType" : "SetSecurityGroupsResult", "variableSetterType" : "SetSecurityGroupsResult" }, "wrapper" : false }, "SetSubnetsRequest" : { "c2jName" : "SetSubnetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the parameters for SetSubnets.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SetSubnets", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Subnets", "c2jShape" : "Subnets", "deprecated" : false, "documentation" : "

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n@return The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Subnets", "setterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

                                                  \n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@return The Amazon Resource Name (ARN) of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the load balancer.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Subnets" : { "c2jName" : "Subnets", "c2jShape" : "Subnets", "deprecated" : false, "documentation" : "

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n@return The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Subnets", "setterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

                                                  \n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                  The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerArn", "Subnets" ], "shapeName" : "SetSubnetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetSubnetsRequest", "variableName" : "setSubnetsRequest", "variableType" : "SetSubnetsRequest", "documentation" : null, "simpleType" : "SetSubnetsRequest", "variableSetterType" : "SetSubnetsRequest" }, "wrapper" : false }, "SetSubnetsResult" : { "c2jName" : "SetSubnetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Contains the output of SetSubnets.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                                                  Information about the subnet and Availability Zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n@return Information about the subnet and Availability Zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AvailabilityZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AvailabilityZones", "setterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n@param availabilityZones Information about the subnet and Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                  \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                  Information about the subnet and Availability Zone.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                                                  Information about the subnet and Availability Zone.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n@return Information about the subnet and Availability Zone.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityZones", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AvailabilityZone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AvailabilityZones", "setterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n@param availabilityZones Information about the subnet and Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Information about the subnet and Availability Zone.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                  \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                  Information about the subnet and Availability Zone.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SetSubnetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetSubnetsResult" }, "variable" : { "variableDeclarationType" : "SetSubnetsResult", "variableName" : "setSubnetsResult", "variableType" : "SetSubnetsResult", "documentation" : null, "simpleType" : "SetSubnetsResult", "variableSetterType" : "SetSubnetsResult" }, "wrapper" : false }, "SslPolicy" : { "c2jName" : "SslPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Information about a policy used for SSL negotiation.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SslProtocols", "c2jShape" : "SslProtocols", "deprecated" : false, "documentation" : "

                                                  The protocols.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The protocols.

                                                  \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The protocols.

                                                  \n@return The protocols.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslProtocols", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocols", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SslProtocol", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SslProtocols", "setterDocumentation" : "/**

                                                  The protocols.

                                                  \n@param sslProtocols The protocols.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The protocols.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSslProtocols(java.util.Collection)} or {@link #withSslProtocols(java.util.Collection)} if you want to override the existing values.

                                                  \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "

                                                  The protocols.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Ciphers", "c2jShape" : "Ciphers", "deprecated" : false, "documentation" : "

                                                  The ciphers.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ciphers.

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

                                                  The ciphers.

                                                  \n@return The ciphers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ciphers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ciphers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Cipher", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Cipher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cipher", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Cipher", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Ciphers", "setterDocumentation" : "/**

                                                  The ciphers.

                                                  \n@param ciphers The ciphers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The ciphers.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCiphers(java.util.Collection)} or {@link #withCiphers(java.util.Collection)} if you want to override the existing values.

                                                  \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "

                                                  The ciphers.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

                                                  The name of the policy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the policy.

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

                                                  The name of the policy.

                                                  \n@return The name of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The name of the policy.

                                                  \n@param name The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the policy.

                                                  \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of the policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ciphers" : { "c2jName" : "Ciphers", "c2jShape" : "Ciphers", "deprecated" : false, "documentation" : "

                                                  The ciphers.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ciphers.

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

                                                  The ciphers.

                                                  \n@return The ciphers.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ciphers", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ciphers", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Cipher", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Cipher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cipher", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Cipher", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Ciphers", "setterDocumentation" : "/**

                                                  The ciphers.

                                                  \n@param ciphers The ciphers.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The ciphers.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCiphers(java.util.Collection)} or {@link #withCiphers(java.util.Collection)} if you want to override the existing values.

                                                  \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "

                                                  The ciphers.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "SslPolicyName", "deprecated" : false, "documentation" : "

                                                  The name of the policy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the policy.

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

                                                  The name of the policy.

                                                  \n@return The name of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                                                  The name of the policy.

                                                  \n@param name The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the policy.

                                                  \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of the policy.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslProtocols" : { "c2jName" : "SslProtocols", "c2jShape" : "SslProtocols", "deprecated" : false, "documentation" : "

                                                  The protocols.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The protocols.

                                                  \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The protocols.

                                                  \n@return The protocols.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SslProtocols", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocols", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SslProtocol", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SslProtocols", "setterDocumentation" : "/**

                                                  The protocols.

                                                  \n@param sslProtocols The protocols.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The protocols.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSslProtocols(java.util.Collection)} or {@link #withSslProtocols(java.util.Collection)} if you want to override the existing values.

                                                  \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "

                                                  The protocols.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SslPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "sslPolicy", "variableType" : "SslPolicy", "documentation" : null, "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "wrapper" : false }, "SubnetNotFoundException" : { "c2jName" : "SubnetNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The specified subnet does not exist.

                                                  ", "enums" : null, "errorCode" : "SubnetNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SubnetNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetNotFoundException", "variableName" : "subnetNotFoundException", "variableType" : "SubnetNotFoundException", "documentation" : null, "simpleType" : "SubnetNotFoundException", "variableSetterType" : "SubnetNotFoundException" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Information about a tag.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                  The key of the tag.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@return The key of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@param key The key of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                  The key of the tag.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                  The value of the tag.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@return The value of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@param value The value of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                  The value of the tag.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                                  The key of the tag.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@return The key of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@param key The key of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The key of the tag.

                                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                  The key of the tag.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                                  The value of the tag.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@return The value of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@param value The value of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The value of the tag.

                                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                  The value of the tag.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Key" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagDescription" : { "c2jName" : "TagDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  The tags associated with a resource.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource.

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

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  \n@return The Amazon Resource Name (ARN) of the resource.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  \n@param resourceArn The Amazon Resource Name (ARN) of the resource.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                  Information about the tags.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n@return Information about the tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n@param tags Information about the tags.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                  \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                  Information about the tags.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource.

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

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  \n@return The Amazon Resource Name (ARN) of the resource.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  \n@param resourceArn The Amazon Resource Name (ARN) of the resource.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                  Information about the tags.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n@return Information about the tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n@param tags Information about the tags.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  Information about the tags.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                  \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                  Information about the tags.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TagDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "tagDescription", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "wrapper" : false }, "TargetDescription" : { "c2jName" : "TargetDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Information about a target.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "TargetId", "deprecated" : false, "documentation" : "

                                                  The ID of the target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@param id The ID of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@return The ID of the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@param id The ID of the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@param id The ID of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The ID of the target.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                  The port on which the target is listening.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@param port The port on which the target is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@return The port on which the target is listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@param port The port on which the target is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@param port The port on which the target is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                  The port on which the target is listening.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "c2jName" : "Id", "c2jShape" : "TargetId", "deprecated" : false, "documentation" : "

                                                  The ID of the target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@param id The ID of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@return The ID of the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@param id The ID of the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the target.

                                                  \n@param id The ID of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The ID of the target.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                  The port on which the target is listening.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@param port The port on which the target is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@return The port on which the target is listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@param port The port on which the target is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The port on which the target is listening.

                                                  \n@param port The port on which the target is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                  The port on which the target is listening.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Id" ], "shapeName" : "TargetDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "targetDescription", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "wrapper" : false }, "TargetGroup" : { "c2jName" : "TargetGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Information about a target group.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetGroupName", "c2jShape" : "TargetGroupName", "deprecated" : false, "documentation" : "

                                                  The name of the target group.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@return The name of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupName", "setterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@param targetGroupName The name of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the target group.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                                  The protocol to use for routing traffic to the targets.

                                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                  The protocol to use for routing traffic to the targets.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                  The port on which the targets are listening.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@param port The port on which the targets are listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@return The port on which the targets are listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@param port The port on which the targets are listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@param port The port on which the targets are listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                  The port on which the targets are listening.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

                                                  The ID of the VPC for the targets.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@return The ID of the VPC for the targets.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@param vpcId The ID of the VPC for the targets.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                  The ID of the VPC for the targets.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                                  The protocol to use to connect with the target.

                                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@return The protocol to use to connect with the target.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckProtocol", "setterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                  The protocol to use to connect with the target.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                                                  The port to use to connect with the target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@return The port to use to connect with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@param healthCheckPort The port to use to connect with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                  The port to use to connect with the target.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "deprecated" : false, "documentation" : "

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@return The approximate amount of time, in seconds, between health checks of an individual target.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckIntervalSeconds", "setterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "deprecated" : false, "documentation" : "

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@return The amount of time, in seconds, during which no response means a failed health check.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckTimeoutSeconds", "setterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThresholdCount", "setterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@return The number of consecutive health check failures required before considering the target unhealthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThresholdCount", "setterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "deprecated" : false, "documentation" : "

                                                  The destination for the health check request.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@return The destination for the health check request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPath", "setterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@param healthCheckPath The destination for the health check request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                  The destination for the health check request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Matcher", "c2jShape" : "Matcher", "deprecated" : false, "documentation" : "

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@return The HTTP codes to use when checking for a successful response from a target.*/", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Matcher", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Matcher", "setterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.*/", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancerArns", "setterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerArns(java.util.Collection)} or {@link #withLoadBalancerArns(java.util.Collection)} if you want to override the existing values.

                                                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckIntervalSeconds" : { "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "deprecated" : false, "documentation" : "

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@return The approximate amount of time, in seconds, between health checks of an individual target.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckIntervalSeconds", "setterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                  The approximate amount of time, in seconds, between health checks of an individual target.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "deprecated" : false, "documentation" : "

                                                  The destination for the health check request.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@return The destination for the health check request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPath", "setterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@param healthCheckPath The destination for the health check request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The destination for the health check request.

                                                  \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                  The destination for the health check request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                                                  The port to use to connect with the target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@return The port to use to connect with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@param healthCheckPort The port to use to connect with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The port to use to connect with the target.

                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                  The port to use to connect with the target.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                                  The protocol to use to connect with the target.

                                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@return The protocol to use to connect with the target.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckProtocol", "setterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The protocol to use to connect with the target.

                                                  \n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                  The protocol to use to connect with the target.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HealthCheckTimeoutSeconds" : { "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "deprecated" : false, "documentation" : "

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@return The amount of time, in seconds, during which no response means a failed health check.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckTimeoutSeconds", "setterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                  The amount of time, in seconds, during which no response means a failed health check.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "HealthyThresholdCount" : { "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThresholdCount", "setterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "LoadBalancerArns" : { "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancerArns", "setterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerArns(java.util.Collection)} or {@link #withLoadBalancerArns(java.util.Collection)} if you want to override the existing values.

                                                  \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                  The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Matcher" : { "c2jName" : "Matcher", "c2jShape" : "Matcher", "deprecated" : false, "documentation" : "

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@return The HTTP codes to use when checking for a successful response from a target.*/", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Matcher", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Matcher", "setterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.*/", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                  The HTTP codes to use when checking for a successful response from a target.

                                                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlNameSpaceUri" : null }, "Port" : { "c2jName" : "Port", "c2jShape" : "Port", "deprecated" : false, "documentation" : "

                                                  The port on which the targets are listening.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@param port The port on which the targets are listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@return The port on which the targets are listening.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Port", "setterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@param port The port on which the targets are listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The port on which the targets are listening.

                                                  \n@param port The port on which the targets are listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                  The port on which the targets are listening.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "deprecated" : false, "documentation" : "

                                                  The protocol to use for routing traffic to the targets.

                                                  ", "enumType" : "ProtocolEnum", "fluentSetterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "getterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The protocol to use for routing traffic to the targets.

                                                  \n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                  The protocol to use for routing traffic to the targets.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@return The Amazon Resource Name (ARN) of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupArn", "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the target group.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetGroupName" : { "c2jName" : "TargetGroupName", "c2jShape" : "TargetGroupName", "deprecated" : false, "documentation" : "

                                                  The name of the target group.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@return The name of the target group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetGroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetGroupName", "setterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@param targetGroupName The name of the target group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The name of the target group.

                                                  \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the target group.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UnhealthyThresholdCount" : { "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "deprecated" : false, "documentation" : "

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@return The number of consecutive health check failures required before considering the target unhealthy.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThresholdCount", "setterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                  The number of consecutive health check failures required before considering the target unhealthy.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VpcId" : { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

                                                  The ID of the VPC for the targets.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@return The ID of the VPC for the targets.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@param vpcId The ID of the VPC for the targets.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                  The ID of the VPC for the targets.

                                                  \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                  The ID of the VPC for the targets.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TargetGroup", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "targetGroup", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "wrapper" : false }, "TargetGroupAssociationLimitException" : { "c2jName" : "TargetGroupAssociationLimitException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  You've reached the limit on the number of load balancers per target group.

                                                  ", "enums" : null, "errorCode" : "TargetGroupAssociationLimit", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TargetGroupAssociationLimitException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TargetGroupAssociationLimitException", "variableName" : "targetGroupAssociationLimitException", "variableType" : "TargetGroupAssociationLimitException", "documentation" : null, "simpleType" : "TargetGroupAssociationLimitException", "variableSetterType" : "TargetGroupAssociationLimitException" }, "wrapper" : false }, "TargetGroupAttribute" : { "c2jName" : "TargetGroupAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Information about a target group attribute.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TargetGroupAttributeKey", "deprecated" : false, "documentation" : "

                                                  The name of the attribute.

                                                  • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                  • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The name of the attribute.

                                                  • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                  • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                  \n@param key The name of the attribute.

                                                  • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                  • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

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

                                                    The name of the attribute.

                                                    • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                    • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                    \n@return The name of the attribute.

                                                    • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                    • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                      The name of the attribute.

                                                      • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                      • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                      • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                      • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                      \n@param key The name of the attribute.

                                                      • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                      • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                      • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                      • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                        The name of the attribute.

                                                        • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                        • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                        \n@param key The name of the attribute.

                                                        • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                        • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                          The name of the attribute.

                                                          • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                          • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TargetGroupAttributeValue", "deprecated" : false, "documentation" : "

                                                          The value of the attribute.

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                          The value of the attribute.

                                                          \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                          The value of the attribute.

                                                          \n@return The value of the attribute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                          The value of the attribute.

                                                          \n@param value The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                          The value of the attribute.

                                                          \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                          The value of the attribute.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TargetGroupAttributeKey", "deprecated" : false, "documentation" : "

                                                          The name of the attribute.

                                                          • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                          • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                          The name of the attribute.

                                                          • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                          • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                          \n@param key The name of the attribute.

                                                          • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                          • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

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

                                                            The name of the attribute.

                                                            • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                            • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                            \n@return The name of the attribute.

                                                            • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                            • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                              The name of the attribute.

                                                              • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                              • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                              \n@param key The name of the attribute.

                                                              • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                              • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                The name of the attribute.

                                                                • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                                • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                                • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                                • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                \n@param key The name of the attribute.

                                                                • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                                • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                                • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                                • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                  The name of the attribute.

                                                                  • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

                                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

                                                                  • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

                                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TargetGroupAttributeValue", "deprecated" : false, "documentation" : "

                                                                  The value of the attribute.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  The value of the attribute.

                                                                  \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                  The value of the attribute.

                                                                  \n@return The value of the attribute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                  The value of the attribute.

                                                                  \n@param value The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The value of the attribute.

                                                                  \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                  The value of the attribute.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TargetGroupAttribute", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "targetGroupAttribute", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "wrapper" : false }, "TargetGroupNotFoundException" : { "c2jName" : "TargetGroupNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  The specified target group does not exist.

                                                                  ", "enums" : null, "errorCode" : "TargetGroupNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TargetGroupNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TargetGroupNotFoundException", "variableName" : "targetGroupNotFoundException", "variableType" : "TargetGroupNotFoundException", "documentation" : null, "simpleType" : "TargetGroupNotFoundException", "variableSetterType" : "TargetGroupNotFoundException" }, "wrapper" : false }, "TargetHealth" : { "c2jName" : "TargetHealth", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Information about the current health of a target.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "State", "c2jShape" : "TargetHealthStateEnum", "deprecated" : false, "documentation" : "

                                                                  The state of the target.

                                                                  ", "enumType" : "TargetHealthStateEnum", "fluentSetterDocumentation" : "/**

                                                                  The state of the target.

                                                                  \n@param state The state of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum*/", "getterDocumentation" : "/**

                                                                  The state of the target.

                                                                  \n@return The state of the target.\n@see TargetHealthStateEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                                                                  The state of the target.

                                                                  \n@param state The state of the target.\n@see TargetHealthStateEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                  The state of the target.

                                                                  \n@param state The state of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                  The state of the target.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Reason", "c2jShape" : "TargetHealthReasonEnum", "deprecated" : false, "documentation" : "

                                                                  The reason code. If the target state is healthy, a reason code is not provided.

                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                  • Target.Timeout - The health check requests timed out.

                                                                  • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                  • Elb.InternalError - The health checks failed due to an internal error.

                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                  If the target state is draining, the reason code can be the following value:

                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                  ", "enumType" : "TargetHealthReasonEnum", "fluentSetterDocumentation" : "/**

                                                                  The reason code. If the target state is healthy, a reason code is not provided.

                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                  • Target.Timeout - The health check requests timed out.

                                                                  • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                  • Elb.InternalError - The health checks failed due to an internal error.

                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                  If the target state is draining, the reason code can be the following value:

                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                  \n@param reason The reason code. If the target state is healthy, a reason code is not provided.

                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                  • Target.Timeout - The health check requests timed out.

                                                                  • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                  • Elb.InternalError - The health checks failed due to an internal error.

                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                  If the target state is draining, the reason code can be the following value:

                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

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

                                                                    The reason code. If the target state is healthy, a reason code is not provided.

                                                                    If the target state is initial, the reason code can be one of the following values:

                                                                    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                    If the target state is unhealthy, the reason code can be one of the following values:

                                                                    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                    • Target.Timeout - The health check requests timed out.

                                                                    • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                    • Elb.InternalError - The health checks failed due to an internal error.

                                                                    If the target state is unused, the reason code can be one of the following values:

                                                                    • Target.NotRegistered - The target is not registered with the target group.

                                                                    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                    • Target.InvalidState - The target is in the stopped or terminated state.

                                                                    If the target state is draining, the reason code can be the following value:

                                                                    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                    \n@return The reason code. If the target state is healthy, a reason code is not provided.

                                                                    If the target state is initial, the reason code can be one of the following values:

                                                                    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                    If the target state is unhealthy, the reason code can be one of the following values:

                                                                    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                    • Target.Timeout - The health check requests timed out.

                                                                    • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                    • Elb.InternalError - The health checks failed due to an internal error.

                                                                    If the target state is unused, the reason code can be one of the following values:

                                                                    • Target.NotRegistered - The target is not registered with the target group.

                                                                    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                    • Target.InvalidState - The target is in the stopped or terminated state.

                                                                    If the target state is draining, the reason code can be the following value:

                                                                    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                    • \n@see TargetHealthReasonEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Reason", "setterDocumentation" : "/**

                                                                      The reason code. If the target state is healthy, a reason code is not provided.

                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                      • Target.Timeout - The health check requests timed out.

                                                                      • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                      • Elb.InternalError - The health checks failed due to an internal error.

                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                      If the target state is draining, the reason code can be the following value:

                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                      \n@param reason The reason code. If the target state is healthy, a reason code is not provided.

                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                      • Target.Timeout - The health check requests timed out.

                                                                      • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                      • Elb.InternalError - The health checks failed due to an internal error.

                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                      If the target state is draining, the reason code can be the following value:

                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                      • \n@see TargetHealthReasonEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                        The reason code. If the target state is healthy, a reason code is not provided.

                                                                        If the target state is initial, the reason code can be one of the following values:

                                                                        • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                        • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                        If the target state is unhealthy, the reason code can be one of the following values:

                                                                        • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                        • Target.Timeout - The health check requests timed out.

                                                                        • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                        • Elb.InternalError - The health checks failed due to an internal error.

                                                                        If the target state is unused, the reason code can be one of the following values:

                                                                        • Target.NotRegistered - The target is not registered with the target group.

                                                                        • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                        • Target.InvalidState - The target is in the stopped or terminated state.

                                                                        If the target state is draining, the reason code can be the following value:

                                                                        • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                        \n@param reason The reason code. If the target state is healthy, a reason code is not provided.

                                                                        If the target state is initial, the reason code can be one of the following values:

                                                                        • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                        • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                        If the target state is unhealthy, the reason code can be one of the following values:

                                                                        • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                        • Target.Timeout - The health check requests timed out.

                                                                        • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                        • Elb.InternalError - The health checks failed due to an internal error.

                                                                        If the target state is unused, the reason code can be one of the following values:

                                                                        • Target.NotRegistered - The target is not registered with the target group.

                                                                        • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                        • Target.InvalidState - The target is in the stopped or terminated state.

                                                                        If the target state is draining, the reason code can be the following value:

                                                                        • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                          The reason code. If the target state is healthy, a reason code is not provided.

                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                          • Target.Timeout - The health check requests timed out.

                                                                          • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                          • Elb.InternalError - The health checks failed due to an internal error.

                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                          If the target state is draining, the reason code can be the following value:

                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                          A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Reason" : { "c2jName" : "Reason", "c2jShape" : "TargetHealthReasonEnum", "deprecated" : false, "documentation" : "

                                                                          The reason code. If the target state is healthy, a reason code is not provided.

                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                          • Target.Timeout - The health check requests timed out.

                                                                          • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                          • Elb.InternalError - The health checks failed due to an internal error.

                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                          If the target state is draining, the reason code can be the following value:

                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                          ", "enumType" : "TargetHealthReasonEnum", "fluentSetterDocumentation" : "/**

                                                                          The reason code. If the target state is healthy, a reason code is not provided.

                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                          • Target.Timeout - The health check requests timed out.

                                                                          • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                          • Elb.InternalError - The health checks failed due to an internal error.

                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                          If the target state is draining, the reason code can be the following value:

                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                          \n@param reason The reason code. If the target state is healthy, a reason code is not provided.

                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                          • Target.Timeout - The health check requests timed out.

                                                                          • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                          • Elb.InternalError - The health checks failed due to an internal error.

                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                          If the target state is draining, the reason code can be the following value:

                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

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

                                                                            The reason code. If the target state is healthy, a reason code is not provided.

                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                            • Target.Timeout - The health check requests timed out.

                                                                            • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                            • Elb.InternalError - The health checks failed due to an internal error.

                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                            If the target state is draining, the reason code can be the following value:

                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                            \n@return The reason code. If the target state is healthy, a reason code is not provided.

                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                            • Target.Timeout - The health check requests timed out.

                                                                            • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                            • Elb.InternalError - The health checks failed due to an internal error.

                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                            If the target state is draining, the reason code can be the following value:

                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                            • \n@see TargetHealthReasonEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Reason", "setterDocumentation" : "/**

                                                                              The reason code. If the target state is healthy, a reason code is not provided.

                                                                              If the target state is initial, the reason code can be one of the following values:

                                                                              • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                              • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                              If the target state is unhealthy, the reason code can be one of the following values:

                                                                              • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                              • Target.Timeout - The health check requests timed out.

                                                                              • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                              • Elb.InternalError - The health checks failed due to an internal error.

                                                                              If the target state is unused, the reason code can be one of the following values:

                                                                              • Target.NotRegistered - The target is not registered with the target group.

                                                                              • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                              • Target.InvalidState - The target is in the stopped or terminated state.

                                                                              If the target state is draining, the reason code can be the following value:

                                                                              • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                              \n@param reason The reason code. If the target state is healthy, a reason code is not provided.

                                                                              If the target state is initial, the reason code can be one of the following values:

                                                                              • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                              • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                              If the target state is unhealthy, the reason code can be one of the following values:

                                                                              • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                              • Target.Timeout - The health check requests timed out.

                                                                              • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                              • Elb.InternalError - The health checks failed due to an internal error.

                                                                              If the target state is unused, the reason code can be one of the following values:

                                                                              • Target.NotRegistered - The target is not registered with the target group.

                                                                              • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                              • Target.InvalidState - The target is in the stopped or terminated state.

                                                                              If the target state is draining, the reason code can be the following value:

                                                                              • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                              • \n@see TargetHealthReasonEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                The reason code. If the target state is healthy, a reason code is not provided.

                                                                                If the target state is initial, the reason code can be one of the following values:

                                                                                • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                If the target state is unhealthy, the reason code can be one of the following values:

                                                                                • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                                • Target.Timeout - The health check requests timed out.

                                                                                • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                                • Elb.InternalError - The health checks failed due to an internal error.

                                                                                If the target state is unused, the reason code can be one of the following values:

                                                                                • Target.NotRegistered - The target is not registered with the target group.

                                                                                • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                If the target state is draining, the reason code can be the following value:

                                                                                • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                \n@param reason The reason code. If the target state is healthy, a reason code is not provided.

                                                                                If the target state is initial, the reason code can be one of the following values:

                                                                                • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                If the target state is unhealthy, the reason code can be one of the following values:

                                                                                • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                                • Target.Timeout - The health check requests timed out.

                                                                                • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                                • Elb.InternalError - The health checks failed due to an internal error.

                                                                                If the target state is unused, the reason code can be one of the following values:

                                                                                • Target.NotRegistered - The target is not registered with the target group.

                                                                                • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                If the target state is draining, the reason code can be the following value:

                                                                                • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                  The reason code. If the target state is healthy, a reason code is not provided.

                                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

                                                                                  • Target.Timeout - The health check requests timed out.

                                                                                  • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

                                                                                  • Elb.InternalError - The health checks failed due to an internal error.

                                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                  If the target state is draining, the reason code can be the following value:

                                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "TargetHealthStateEnum", "deprecated" : false, "documentation" : "

                                                                                  The state of the target.

                                                                                  ", "enumType" : "TargetHealthStateEnum", "fluentSetterDocumentation" : "/**

                                                                                  The state of the target.

                                                                                  \n@param state The state of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum*/", "getterDocumentation" : "/**

                                                                                  The state of the target.

                                                                                  \n@return The state of the target.\n@see TargetHealthStateEnum*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                                                                                  The state of the target.

                                                                                  \n@param state The state of the target.\n@see TargetHealthStateEnum*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The state of the target.

                                                                                  \n@param state The state of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                  The state of the target.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TargetHealth", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : null, "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "wrapper" : false }, "TargetHealthDescription" : { "c2jName" : "TargetHealthDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Information about the health of a target.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Target", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "

                                                                                  The description of the target.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The description of the target.

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

                                                                                  The description of the target.

                                                                                  \n@return The description of the target.*/", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Target", "setterDocumentation" : "/**

                                                                                  The description of the target.

                                                                                  \n@param target The description of the target.*/", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The description of the target.

                                                                                  \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "

                                                                                  The description of the target.

                                                                                  ", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                                                                                  The port to use to connect with the target.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@return The port to use to connect with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@param healthCheckPort The port to use to connect with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                  The port to use to connect with the target.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetHealth", "c2jShape" : "TargetHealth", "deprecated" : false, "documentation" : "

                                                                                  The health information for the target.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@return The health information for the target.*/", "getterModel" : { "returnType" : "TargetHealth", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetHealth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealth", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetHealth", "setterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@param targetHealth The health information for the target.*/", "setterModel" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "

                                                                                  The health information for the target.

                                                                                  ", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckPort" : { "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "deprecated" : false, "documentation" : "

                                                                                  The port to use to connect with the target.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@return The port to use to connect with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheckPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheckPort", "setterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@param healthCheckPort The port to use to connect with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  The port to use to connect with the target.

                                                                                  \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                  The port to use to connect with the target.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Target" : { "c2jName" : "Target", "c2jShape" : "TargetDescription", "deprecated" : false, "documentation" : "

                                                                                  The description of the target.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The description of the target.

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

                                                                                  The description of the target.

                                                                                  \n@return The description of the target.*/", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Target", "setterDocumentation" : "/**

                                                                                  The description of the target.

                                                                                  \n@param target The description of the target.*/", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The description of the target.

                                                                                  \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "

                                                                                  The description of the target.

                                                                                  ", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlNameSpaceUri" : null }, "TargetHealth" : { "c2jName" : "TargetHealth", "c2jShape" : "TargetHealth", "deprecated" : false, "documentation" : "

                                                                                  The health information for the target.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@return The health information for the target.*/", "getterModel" : { "returnType" : "TargetHealth", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetHealth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealth", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetHealth", "setterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@param targetHealth The health information for the target.*/", "setterModel" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  The health information for the target.

                                                                                  \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "

                                                                                  The health information for the target.

                                                                                  ", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TargetHealthDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "targetHealthDescription", "variableType" : "TargetHealthDescription", "documentation" : null, "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "wrapper" : false }, "TargetHealthReasonEnum" : { "c2jName" : "TargetHealthReasonEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ElbRegistrationInProgress", "value" : "Elb.RegistrationInProgress" }, { "name" : "ElbInitialHealthChecking", "value" : "Elb.InitialHealthChecking" }, { "name" : "TargetResponseCodeMismatch", "value" : "Target.ResponseCodeMismatch" }, { "name" : "TargetTimeout", "value" : "Target.Timeout" }, { "name" : "TargetFailedHealthChecks", "value" : "Target.FailedHealthChecks" }, { "name" : "TargetNotRegistered", "value" : "Target.NotRegistered" }, { "name" : "TargetNotInUse", "value" : "Target.NotInUse" }, { "name" : "TargetDeregistrationInProgress", "value" : "Target.DeregistrationInProgress" }, { "name" : "TargetInvalidState", "value" : "Target.InvalidState" }, { "name" : "ElbInternalError", "value" : "Elb.InternalError" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TargetHealthReasonEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealthReasonEnum", "variableName" : "targetHealthReasonEnum", "variableType" : "TargetHealthReasonEnum", "documentation" : null, "simpleType" : "TargetHealthReasonEnum", "variableSetterType" : "TargetHealthReasonEnum" }, "wrapper" : false }, "TargetHealthStateEnum" : { "c2jName" : "TargetHealthStateEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Initial", "value" : "initial" }, { "name" : "Healthy", "value" : "healthy" }, { "name" : "Unhealthy", "value" : "unhealthy" }, { "name" : "Unused", "value" : "unused" }, { "name" : "Draining", "value" : "draining" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TargetHealthStateEnum", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealthStateEnum", "variableName" : "targetHealthStateEnum", "variableType" : "TargetHealthStateEnum", "documentation" : null, "simpleType" : "TargetHealthStateEnum", "variableSetterType" : "TargetHealthStateEnum" }, "wrapper" : false }, "TooManyCertificatesException" : { "c2jName" : "TooManyCertificatesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of certificates per listener.

                                                                                  ", "enums" : null, "errorCode" : "TooManyCertificates", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyCertificatesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyCertificatesException", "variableName" : "tooManyCertificatesException", "variableType" : "TooManyCertificatesException", "documentation" : null, "simpleType" : "TooManyCertificatesException", "variableSetterType" : "TooManyCertificatesException" }, "wrapper" : false }, "TooManyListenersException" : { "c2jName" : "TooManyListenersException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of listeners per load balancer.

                                                                                  ", "enums" : null, "errorCode" : "TooManyListeners", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyListenersException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyListenersException", "variableName" : "tooManyListenersException", "variableType" : "TooManyListenersException", "documentation" : null, "simpleType" : "TooManyListenersException", "variableSetterType" : "TooManyListenersException" }, "wrapper" : false }, "TooManyLoadBalancersException" : { "c2jName" : "TooManyLoadBalancersException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of load balancers for your AWS account.

                                                                                  ", "enums" : null, "errorCode" : "TooManyLoadBalancers", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyLoadBalancersException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyLoadBalancersException", "variableName" : "tooManyLoadBalancersException", "variableType" : "TooManyLoadBalancersException", "documentation" : null, "simpleType" : "TooManyLoadBalancersException", "variableSetterType" : "TooManyLoadBalancersException" }, "wrapper" : false }, "TooManyRegistrationsForTargetIdException" : { "c2jName" : "TooManyRegistrationsForTargetIdException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of times a target can be registered with a load balancer.

                                                                                  ", "enums" : null, "errorCode" : "TooManyRegistrationsForTargetId", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyRegistrationsForTargetIdException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRegistrationsForTargetIdException", "variableName" : "tooManyRegistrationsForTargetIdException", "variableType" : "TooManyRegistrationsForTargetIdException", "documentation" : null, "simpleType" : "TooManyRegistrationsForTargetIdException", "variableSetterType" : "TooManyRegistrationsForTargetIdException" }, "wrapper" : false }, "TooManyRulesException" : { "c2jName" : "TooManyRulesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of rules per load balancer.

                                                                                  ", "enums" : null, "errorCode" : "TooManyRules", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyRulesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRulesException", "variableName" : "tooManyRulesException", "variableType" : "TooManyRulesException", "documentation" : null, "simpleType" : "TooManyRulesException", "variableSetterType" : "TooManyRulesException" }, "wrapper" : false }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of tags per load balancer.

                                                                                  ", "enums" : null, "errorCode" : "TooManyTags", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyTagsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false }, "TooManyTargetGroupsException" : { "c2jName" : "TooManyTargetGroupsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of target groups for your AWS account.

                                                                                  ", "enums" : null, "errorCode" : "TooManyTargetGroups", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyTargetGroupsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTargetGroupsException", "variableName" : "tooManyTargetGroupsException", "variableType" : "TooManyTargetGroupsException", "documentation" : null, "simpleType" : "TooManyTargetGroupsException", "variableSetterType" : "TooManyTargetGroupsException" }, "wrapper" : false }, "TooManyTargetsException" : { "c2jName" : "TooManyTargetsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  You've reached the limit on the number of targets.

                                                                                  ", "enums" : null, "errorCode" : "TooManyTargets", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyTargetsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTargetsException", "variableName" : "tooManyTargetsException", "variableType" : "TooManyTargetsException", "documentation" : null, "simpleType" : "TooManyTargetsException", "variableSetterType" : "TooManyTargetsException" }, "wrapper" : false }, "UnsupportedProtocolException" : { "c2jName" : "UnsupportedProtocolException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  The specified protocol is not supported.

                                                                                  ", "enums" : null, "errorCode" : "UnsupportedProtocol", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "UnsupportedProtocolException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedProtocolException", "variableName" : "unsupportedProtocolException", "variableType" : "UnsupportedProtocolException", "documentation" : null, "simpleType" : "UnsupportedProtocolException", "variableSetterType" : "UnsupportedProtocolException" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { "AddTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified tags to the specified load balancer.", "id" : "elbv2-add-tags-1", "input" : { "ResourceArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ], "Tags" : [ { "Key" : "project", "Value" : "lima" }, { "Key" : "department", "Value" : "digital-media" } ] }, "output" : null, "title" : "To add tags to a load balancer" } ], "CreateListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an HTTP listener for the specified load balancer that forwards requests to the specified target group.", "id" : "elbv2-create-listener-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Protocol" : "HTTP", "Port" : 80, "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 80, "Protocol" : "HTTP", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To create an HTTP listener" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an HTTPS listener for the specified load balancer that forwards requests to the specified target group. Note that you must specify an SSL certificate for an HTTPS listener. You can create and manage certificates using AWS Certificate Manager (ACM). Alternatively, you can create a certificate using SSL/TLS tools, get the certificate signed by a certificate authority (CA), and upload the certificate to AWS Identity and Access Management (IAM).", "id" : "elbv2-create-listener-2", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Protocol" : "HTTPS", "Port" : 443, "SslPolicy" : "ELBSecurityPolicy-2015-05", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ], "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 443, "Protocol" : "HTTPS", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ], "SslPolicy" : "ELBSecurityPolicy-2015-05", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To create an HTTPS listener" } ], "CreateLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an Internet-facing load balancer and enables the Availability Zones for the specified subnets.", "id" : "elbv2-create-load-balancer-1", "input" : { "Name" : "my-load-balancer", "Subnets" : [ "subnet-b7d581c0", "subnet-8360a9e7" ] }, "output" : { "LoadBalancers" : [ { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "DNSName" : "my-load-balancer-424835706.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneId" : "Z2P70J7EXAMPLE", "CreatedTime" : "2016-03-25T21:26:12.920Z", "LoadBalancerName" : "my-load-balancer", "Scheme" : "internet-facing", "VpcId" : "vpc-3ac0fb5f", "State" : { "Code" : "provisioning" }, "Type" : "application", "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ], "SecurityGroups" : [ "sg-5943793c" ] } ] }, "title" : "To create an Internet-facing load balancer" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an internal load balancer and enables the Availability Zones for the specified subnets.", "id" : "elbv2-create-load-balancer-2", "input" : { "Name" : "my-internal-load-balancer", "Subnets" : [ "subnet-b7d581c0", "subnet-8360a9e7" ], "SecurityGroups" : [ ], "Scheme" : "internal" }, "output" : { "LoadBalancers" : [ { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-internal-load-balancer/5b49b8d4303115c2", "DNSName" : "internal-my-internal-load-balancer-1529930873.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneId" : "Z2P70J7EXAMPLE", "CreatedTime" : "2016-03-25T21:29:48.850Z", "LoadBalancerName" : "my-internal-load-balancer", "Scheme" : "internal", "VpcId" : "vpc-3ac0fb5f", "State" : { "Code" : "provisioning" }, "Type" : "application", "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ], "SecurityGroups" : [ "sg-5943793c" ] } ] }, "title" : "To create an internal load balancer" } ], "CreateRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a rule that forwards requests to the specified target group if the URL contains the specified pattern (for example, /img/*).", "id" : "elbv2-create-rule-1", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Priority" : 10, "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Priority" : "10", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To create a rule" } ], "CreateTargetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a target group that you can use to route traffic to targets using HTTP on port 80. This target group uses the default health check configuration.", "id" : "elbv2-create-target-group-1", "input" : { "Name" : "my-targets", "Protocol" : "HTTP", "Port" : 80, "VpcId" : "vpc-3ac0fb5f" }, "output" : { "TargetGroups" : [ { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "TargetGroupName" : "my-targets", "Protocol" : "HTTP", "Port" : 80, "VpcId" : "vpc-3ac0fb5f", "HealthCheckProtocol" : "HTTP", "HealthCheckPort" : "traffic-port", "HealthCheckIntervalSeconds" : 30, "HealthCheckTimeoutSeconds" : 5, "HealthyThresholdCount" : 5, "UnhealthyThresholdCount" : 2, "HealthCheckPath" : "/", "Matcher" : { "HttpCode" : "200" } } ] }, "title" : "To create a target group" } ], "DeleteListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified listener.", "id" : "elbv2-delete-listener-1", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:ua-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2" }, "output" : null, "title" : "To delete a listener" } ], "DeleteLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified load balancer.", "id" : "elbv2-delete-load-balancer-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" }, "output" : null, "title" : "To delete a load balancer" } ], "DeleteRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified rule.", "id" : "elbv2-delete-rule-1", "input" : { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3" }, "output" : null, "title" : "To delete a rule" } ], "DeleteTargetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified target group.", "id" : "elbv2-delete-target-group-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" }, "output" : null, "title" : "To delete a target group" } ], "DeregisterTargets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deregisters the specified instance from the specified target group.", "id" : "elbv2-deregister-targets-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Targets" : [ { "Id" : "i-0f76fade" } ] }, "output" : null, "title" : "To deregister a target from a target group" } ], "DescribeListeners" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified listener.", "id" : "elbv2-describe-listeners-1", "input" : { "ListenerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2" ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 80, "Protocol" : "HTTP", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To describe a listener" } ], "DescribeLoadBalancerAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the attributes of the specified load balancer.", "id" : "elbv2-describe-load-balancer-attributes-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" }, "output" : { "Attributes" : [ { "Key" : "access_logs.s3.enabled", "Value" : "false" }, { "Key" : "idle_timeout.timeout_seconds", "Value" : "60" }, { "Key" : "access_logs.s3.prefix", "Value" : "" }, { "Key" : "deletion_protection.enabled", "Value" : "false" }, { "Key" : "access_logs.s3.bucket", "Value" : "" } ] }, "title" : "To describe load balancer attributes" } ], "DescribeLoadBalancers" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified load balancer.", "id" : "elbv2-describe-load-balancers-1", "input" : { "LoadBalancerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] }, "output" : { "LoadBalancers" : [ { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "DNSName" : "my-load-balancer-424835706.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneId" : "Z2P70J7EXAMPLE", "CreatedTime" : "2016-03-25T21:26:12.920Z", "LoadBalancerName" : "my-load-balancer", "Scheme" : "internet-facing", "VpcId" : "vpc-3ac0fb5f", "State" : { "Code" : "active" }, "Type" : "application", "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ], "SecurityGroups" : [ "sg-5943793c" ] } ] }, "title" : "To describe a load balancer" } ], "DescribeRules" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified rule.", "id" : "elbv2-describe-rules-1", "input" : { "RuleArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee" ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Priority" : "10", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To describe a rule" } ], "DescribeSSLPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified policy used for SSL negotiation.", "id" : "elbv2-describe-ssl-policies-1", "input" : { "Names" : [ "ELBSecurityPolicy-2015-05" ] }, "output" : { "SslPolicies" : [ { "SslProtocols" : [ "TLSv1", "TLSv1.1", "TLSv1.2" ], "Ciphers" : [ { "Name" : "ECDHE-ECDSA-AES128-GCM-SHA256", "Priority" : 1 }, { "Name" : "ECDHE-RSA-AES128-GCM-SHA256", "Priority" : 2 }, { "Name" : "ECDHE-ECDSA-AES128-SHA256", "Priority" : 3 }, { "Name" : "ECDHE-RSA-AES128-SHA256", "Priority" : 4 }, { "Name" : "ECDHE-ECDSA-AES128-SHA", "Priority" : 5 }, { "Name" : "ECDHE-RSA-AES128-SHA", "Priority" : 6 }, { "Name" : "DHE-RSA-AES128-SHA", "Priority" : 7 }, { "Name" : "ECDHE-ECDSA-AES256-GCM-SHA384", "Priority" : 8 }, { "Name" : "ECDHE-RSA-AES256-GCM-SHA384", "Priority" : 9 }, { "Name" : "ECDHE-ECDSA-AES256-SHA384", "Priority" : 10 }, { "Name" : "ECDHE-RSA-AES256-SHA384", "Priority" : 11 }, { "Name" : "ECDHE-RSA-AES256-SHA", "Priority" : 12 }, { "Name" : "ECDHE-ECDSA-AES256-SHA", "Priority" : 13 }, { "Name" : "AES128-GCM-SHA256", "Priority" : 14 }, { "Name" : "AES128-SHA256", "Priority" : 15 }, { "Name" : "AES128-SHA", "Priority" : 16 }, { "Name" : "AES256-GCM-SHA384", "Priority" : 17 }, { "Name" : "AES256-SHA256", "Priority" : 18 }, { "Name" : "AES256-SHA", "Priority" : 19 } ], "Name" : "ELBSecurityPolicy-2015-05" } ] }, "title" : "To describe a policy used for SSL negotiation" } ], "DescribeTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the tags assigned to the specified load balancer.", "id" : "elbv2-describe-tags-1", "input" : { "ResourceArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] }, "output" : { "TagDescriptions" : [ { "ResourceArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Tags" : [ { "Key" : "project", "Value" : "lima" }, { "Key" : "department", "Value" : "digital-media" } ] } ] }, "title" : "To describe the tags assigned to a load balancer" } ], "DescribeTargetGroupAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the attributes of the specified target group.", "id" : "elbv2-describe-target-group-attributes-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" }, "output" : { "Attributes" : [ { "Key" : "stickiness.enabled", "Value" : "false" }, { "Key" : "deregistration_delay.timeout_seconds", "Value" : "300" }, { "Key" : "stickiness.type", "Value" : "lb_cookie" }, { "Key" : "stickiness.lb_cookie.duration_seconds", "Value" : "86400" } ] }, "title" : "To describe target group attributes" } ], "DescribeTargetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified target group.", "id" : "elbv2-describe-target-groups-1", "input" : { "TargetGroupArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" ] }, "output" : { "TargetGroups" : [ { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "TargetGroupName" : "my-targets", "Protocol" : "HTTP", "Port" : 80, "VpcId" : "vpc-3ac0fb5f", "HealthCheckProtocol" : "HTTP", "HealthCheckPort" : "traffic-port", "HealthCheckIntervalSeconds" : 30, "HealthCheckTimeoutSeconds" : 5, "HealthyThresholdCount" : 5, "UnhealthyThresholdCount" : 2, "HealthCheckPath" : "/", "Matcher" : { "HttpCode" : "200" }, "LoadBalancerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] } ] }, "title" : "To describe a target group" } ], "DescribeTargetHealth" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the health of the targets for the specified target group. One target is healthy but the other is not specified in an action, so it can't receive traffic from the load balancer.", "id" : "elbv2-describe-target-health-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" }, "output" : { "TargetHealthDescriptions" : [ { "Target" : { "Id" : "i-0f76fade", "Port" : 80 }, "TargetHealth" : { "State" : "unused", "Reason" : "Target.NotInUse", "Description" : "Given target group is not configured to receive traffic from ELB" } }, { "Target" : { "Id" : "i-0f76fade", "Port" : 80 }, "HealthCheckPort" : "80", "TargetHealth" : { "State" : "healthy" } } ] }, "title" : "To describe the health of the targets for a target group" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the health of the specified target. This target is healthy.", "id" : "elbv2-describe-target-health-2", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Targets" : [ { "Id" : "i-0f76fade", "Port" : 80 } ] }, "output" : { "TargetHealthDescriptions" : [ { "Target" : { "Id" : "i-0f76fade", "Port" : 80 }, "HealthCheckPort" : "80", "TargetHealth" : { "State" : "healthy" } } ] }, "title" : "To describe the health of a target" } ], "ModifyListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the default action for the specified listener.", "id" : "elbv2-modify-listener-1", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/2453ed029918f21f" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 80, "Protocol" : "HTTP", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/2453ed029918f21f" } ] } ] }, "title" : "To change the default action for a listener" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the server certificate for the specified HTTPS listener.", "id" : "elbv2-modify-listener-2", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/0467ef3c8400ae65", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-new-server-cert" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/0467ef3c8400ae65", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 443, "Protocol" : "HTTPS", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-new-server-cert" } ], "SslPolicy" : "ELBSecurityPolicy-2015-05", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To change the server certificate" } ], "ModifyLoadBalancerAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables deletion protection for the specified load balancer.", "id" : "elbv2-modify-load-balancer-attributes-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Attributes" : [ { "Key" : "deletion_protection.enabled", "Value" : "true" } ] }, "output" : { "Attributes" : [ { "Key" : "deletion_protection.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.enabled", "Value" : "false" }, { "Key" : "idle_timeout.timeout_seconds", "Value" : "60" }, { "Key" : "access_logs.s3.prefix", "Value" : "" }, { "Key" : "access_logs.s3.bucket", "Value" : "" } ] }, "title" : "To enable deletion protection" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the idle timeout value for the specified load balancer.", "id" : "elbv2-modify-load-balancer-attributes-2", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Attributes" : [ { "Key" : "idle_timeout.timeout_seconds", "Value" : "30" } ] }, "output" : { "Attributes" : [ { "Key" : "idle_timeout.timeout_seconds", "Value" : "30" }, { "Key" : "access_logs.s3.enabled", "Value" : "false" }, { "Key" : "access_logs.s3.prefix", "Value" : "" }, { "Key" : "deletion_protection.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.bucket", "Value" : "" } ] }, "title" : "To change the idle timeout" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables access logs for the specified load balancer. Note that the S3 bucket must exist in the same region as the load balancer and must have a policy attached that grants access to the Elastic Load Balancing service.", "id" : "elbv2-modify-load-balancer-attributes-3", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Attributes" : [ { "Key" : "access_logs.s3.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.bucket", "Value" : "my-loadbalancer-logs" }, { "Key" : "access_logs.s3.prefix", "Value" : "myapp" } ] }, "output" : { "Attributes" : [ { "Key" : "access_logs.s3.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.bucket", "Value" : "my-load-balancer-logs" }, { "Key" : "access_logs.s3.prefix", "Value" : "myapp" }, { "Key" : "idle_timeout.timeout_seconds", "Value" : "60" }, { "Key" : "deletion_protection.enabled", "Value" : "false" } ] }, "title" : "To enable access logs" } ], "ModifyRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example modifies the condition for the specified rule.", "id" : "elbv2-modify-rule-1", "input" : { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/images/*" ] } ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Priority" : "10", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/images/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To modify a rule" } ], "ModifyTargetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the configuration of the health checks used to evaluate the health of the targets for the specified target group.", "id" : "elbv2-modify-target-group-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https-targets/2453ed029918f21f", "HealthCheckProtocol" : "HTTPS", "HealthCheckPort" : "443" }, "output" : { "TargetGroups" : [ { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https-targets/2453ed029918f21f", "TargetGroupName" : "my-https-targets", "Protocol" : "HTTPS", "Port" : 443, "VpcId" : "vpc-3ac0fb5f", "HealthCheckProtocol" : "HTTPS", "HealthCheckPort" : "443", "HealthCheckIntervalSeconds" : 30, "HealthCheckTimeoutSeconds" : 5, "HealthyThresholdCount" : 5, "UnhealthyThresholdCount" : 2, "Matcher" : { "HttpCode" : "200" }, "LoadBalancerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] } ] }, "title" : "To modify the health check configuration for a target group" } ], "ModifyTargetGroupAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the deregistration delay timeout to the specified value for the specified target group.", "id" : "elbv2-modify-target-group-attributes-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Attributes" : [ { "Key" : "deregistration_delay.timeout_seconds", "Value" : "600" } ] }, "output" : { "Attributes" : [ { "Key" : "stickiness.enabled", "Value" : "false" }, { "Key" : "deregistration_delay.timeout_seconds", "Value" : "600" }, { "Key" : "stickiness.type", "Value" : "lb_cookie" }, { "Key" : "stickiness.lb_cookie.duration_seconds", "Value" : "86400" } ] }, "title" : "To modify the deregistration delay timeout" } ], "RegisterTargets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example registers the specified instances with the specified target group.", "id" : "elbv2-register-targets-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Targets" : [ { "Id" : "i-80c8dd94" }, { "Id" : "i-ceddcd4d" } ] }, "output" : null, "title" : "To register targets with a target group" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example registers the specified instance with the specified target group using multiple ports. This enables you to register ECS containers on the same instance as targets in the target group.", "id" : "elbv2-register-targets-2", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/3bb63f11dfb0faf9", "Targets" : [ { "Id" : "i-80c8dd94", "Port" : 80 }, { "Id" : "i-80c8dd94", "Port" : 766 } ] }, "output" : null, "title" : "To register targets with a target group using port overrides" } ], "RemoveTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example removes the specified tags from the specified load balancer.", "id" : "elbv2-remove-tags-1", "input" : { "ResourceArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ], "TagKeys" : [ "project", "department" ] }, "output" : null, "title" : "To remove tags from a load balancer" } ], "SetRulePriorities" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the priority of the specified rule.", "id" : "elbv2-set-rule-priorities-1", "input" : { "RulePriorities" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3", "Priority" : 5 } ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3", "Priority" : "5", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To set the rule priority" } ], "SetSecurityGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example associates the specified security group with the specified load balancer.", "id" : "elbv2-set-security-groups-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "SecurityGroups" : [ "sg-5943793c" ] }, "output" : { "SecurityGroupIds" : [ "sg-5943793c" ] }, "title" : "To associate a security group with a load balancer" } ], "SetSubnets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables the Availability Zones for the specified subnets for the specified load balancer.", "id" : "elbv2-set-subnets-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Subnets" : [ "subnet-8360a9e7", "subnet-b7d581c0" ] }, "output" : { "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ] }, "title" : "To enable Availability Zones for a load balancer" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * 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 */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonElasticLoadBalancingException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.elasticloadbalancingv2.model.AmazonElasticLoadBalancingException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.elasticloadbalancingv2.model.transform" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy