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

models.elasticloadbalancing-2012-06-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 2012-06-01)

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2012-06-01",
    "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "Elastic Load Balancing 

Elastic Load Balancing distributes incoming traffic across your EC2 instances.

For information about the features of Elastic Load Balancing, see What Is Elastic Load Balancing? in the Elastic Load Balancing Developer Guide.

For information about the AWS regions supported by Elastic Load Balancing, see Regions and Endpoints - Elastic Load Balancing in the Amazon Web Services General Reference.

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

", "defaultEndpoint" : "elasticloadbalancing.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.amazonaws.com", "syncInterface" : "AmazonElasticLoadBalancing", "syncClient" : "AmazonElasticLoadBalancingClient", "asyncInterface" : "AmazonElasticLoadBalancingAsync", "asyncClient" : "AmazonElasticLoadBalancingAsyncClient", "packageName" : "com.amazonaws.services.elasticloadbalancing", "packagePath" : "com/amazonaws/services/elasticloadbalancing", "serviceAbbreviation" : null, "serviceFullName" : "Elastic Load Balancing", "hasApiWithStreamInput" : false, "jsonContentVersion" : null, "jsonVersion" : null, "endpointPrefix" : "elasticloadbalancing", "signingName" : "elasticloadbalancing", "xmlProtocol" : true, "serviceName" : "Elastic Load Balancing", "cborProtocol" : false, "jsonProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller" }, "operations" : { "AddTags" : { "documentation" : "

Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags updates its value.

For more information, see Tag Your Load Balancer in the Elastic Load Balancing Developer Guide.

", "operationName" : "AddTags", "deprecated" : false, "input" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : "", "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

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

The quota for the number of tags that can be assigned to a load balancer has been reached.

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

A tag key was specified more than once.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AddTagsResult", "asyncReturnType" : "AddTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "addTags" }, "ApplySecurityGroupsToLoadBalancer" : { "documentation" : "

Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.

For more information, see Security Groups for Load Balancers in a VPC in the Elastic Load Balancing Developer Guide.

", "operationName" : "ApplySecurityGroupsToLoadBalancer", "deprecated" : false, "input" : { "variableName" : "applySecurityGroupsToLoadBalancerRequest", "variableType" : "ApplySecurityGroupsToLoadBalancerRequest", "variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest", "documentation" : "", "simpleType" : "ApplySecurityGroupsToLoadBalancerRequest", "variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ApplySecurityGroupsToLoadBalancerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

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

The requested configuration change is not valid.

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

One or more of the specified security groups do not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ApplySecurityGroupsToLoadBalancerResult", "asyncReturnType" : "ApplySecurityGroupsToLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "applySecurityGroupsToLoadBalancer" }, "AttachLoadBalancerToSubnets" : { "documentation" : "

Adds one or more subnets to the set of configured subnets for the specified load balancer.

The load balancer evenly distributes requests across all registered subnets. For more information, see Add or Remove Subnets for Your Load Balancer in a VPC in the Elastic Load Balancing Developer Guide.

", "operationName" : "AttachLoadBalancerToSubnets", "deprecated" : false, "input" : { "variableName" : "attachLoadBalancerToSubnetsRequest", "variableType" : "AttachLoadBalancerToSubnetsRequest", "variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest", "documentation" : "", "simpleType" : "AttachLoadBalancerToSubnetsRequest", "variableSetterType" : "AttachLoadBalancerToSubnetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AttachLoadBalancerToSubnetsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

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

The requested configuration change is not valid.

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

One or more of the specified subnets do not exist.

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

The specified VPC has no associated Internet gateway.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AttachLoadBalancerToSubnetsResult", "asyncReturnType" : "AttachLoadBalancerToSubnetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "attachLoadBalancerToSubnets" }, "ConfigureHealthCheck" : { "documentation" : "

Specifies the health check settings to use when evaluating the health state of your back-end instances.

For more information, see Configure Health Checks in the Elastic Load Balancing Developer Guide.

", "operationName" : "ConfigureHealthCheck", "deprecated" : false, "input" : { "variableName" : "configureHealthCheckRequest", "variableType" : "ConfigureHealthCheckRequest", "variableDeclarationType" : "ConfigureHealthCheckRequest", "documentation" : "", "simpleType" : "ConfigureHealthCheckRequest", "variableSetterType" : "ConfigureHealthCheckRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ConfigureHealthCheckResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ConfigureHealthCheckResult", "asyncReturnType" : "ConfigureHealthCheckResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "configureHealthCheck" }, "CreateAppCookieStickinessPolicy" : { "documentation" : "

Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.

This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie, AWSELB, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.

If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.

For more information, see Application-Controlled Session Stickiness in the Elastic Load Balancing Developer Guide.

", "operationName" : "CreateAppCookieStickinessPolicy", "deprecated" : false, "input" : { "variableName" : "createAppCookieStickinessPolicyRequest", "variableType" : "CreateAppCookieStickinessPolicyRequest", "variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest", "documentation" : "", "simpleType" : "CreateAppCookieStickinessPolicyRequest", "variableSetterType" : "CreateAppCookieStickinessPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateAppCookieStickinessPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "DuplicatePolicyNameException", "documentation" : "

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

" }, { "exceptionName" : "TooManyPoliciesException", "documentation" : "

The quota for the number of policies for this load balancer has been reached.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateAppCookieStickinessPolicyResult", "asyncReturnType" : "CreateAppCookieStickinessPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createAppCookieStickinessPolicy" }, "CreateLBCookieStickinessPolicy" : { "documentation" : "

Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.

When a load balancer implements this policy, the load balancer uses a special cookie to track the back-end server instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.

A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.

For more information, see Duration-Based Session Stickiness in the Elastic Load Balancing Developer Guide.

", "operationName" : "CreateLBCookieStickinessPolicy", "deprecated" : false, "input" : { "variableName" : "createLBCookieStickinessPolicyRequest", "variableType" : "CreateLBCookieStickinessPolicyRequest", "variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest", "documentation" : "", "simpleType" : "CreateLBCookieStickinessPolicyRequest", "variableSetterType" : "CreateLBCookieStickinessPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateLBCookieStickinessPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "DuplicatePolicyNameException", "documentation" : "

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

" }, { "exceptionName" : "TooManyPoliciesException", "documentation" : "

The quota for the number of policies for this load balancer has been reached.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateLBCookieStickinessPolicyResult", "asyncReturnType" : "CreateLBCookieStickinessPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createLBCookieStickinessPolicy" }, "CreateLoadBalancer" : { "documentation" : "

Creates a load balancer.

If the call completes successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The load balancer receives incoming traffic and routes it to the registered instances. For more information, see How Elastic Load Balancing Works in the Elastic Load Balancing Developer Guide.

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 Elastic Load Balancing Limits in the Elastic Load Balancing Developer Guide.

", "operationName" : "CreateLoadBalancer", "deprecated" : false, "input" : { "variableName" : "createLoadBalancerRequest", "variableType" : "CreateLoadBalancerRequest", "variableDeclarationType" : "CreateLoadBalancerRequest", "documentation" : "", "simpleType" : "CreateLoadBalancerRequest", "variableSetterType" : "CreateLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateLoadBalancerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "DuplicateLoadBalancerNameException", "documentation" : "

The specified load balancer name already exists for this account.

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

The quota for the number of load balancers has been reached.

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

The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).

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

The requested configuration change is not valid.

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

One or more of the specified subnets do not exist.

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

The specified VPC has no associated Internet gateway.

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

One or more of the specified security groups do not exist.

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

The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.

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

The quota for the number of tags that can be assigned to a load balancer has been reached.

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

A tag key was specified more than once.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateLoadBalancerResult", "asyncReturnType" : "CreateLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createLoadBalancer" }, "CreateLoadBalancerListeners" : { "documentation" : "

Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.

For more information, see Add a Listener to Your Load Balancer in the Elastic Load Balancing Developer Guide.

", "operationName" : "CreateLoadBalancerListeners", "deprecated" : false, "input" : { "variableName" : "createLoadBalancerListenersRequest", "variableType" : "CreateLoadBalancerListenersRequest", "variableDeclarationType" : "CreateLoadBalancerListenersRequest", "documentation" : "", "simpleType" : "CreateLoadBalancerListenersRequest", "variableSetterType" : "CreateLoadBalancerListenersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateLoadBalancerListenersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "DuplicateListenerException", "documentation" : "

A listener already exists for the specified LoadBalancerName and LoadBalancerPort, but with a different InstancePort, Protocol, or SSLCertificateId.

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

The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateLoadBalancerListenersResult", "asyncReturnType" : "CreateLoadBalancerListenersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createLoadBalancerListeners" }, "CreateLoadBalancerPolicy" : { "documentation" : "

Creates a policy with the specified attributes for the specified load balancer.

Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type.

", "operationName" : "CreateLoadBalancerPolicy", "deprecated" : false, "input" : { "variableName" : "createLoadBalancerPolicyRequest", "variableType" : "CreateLoadBalancerPolicyRequest", "variableDeclarationType" : "CreateLoadBalancerPolicyRequest", "documentation" : "", "simpleType" : "CreateLoadBalancerPolicyRequest", "variableSetterType" : "CreateLoadBalancerPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateLoadBalancerPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "PolicyTypeNotFoundException", "documentation" : "

One or more of the specified policy types do not exist.

" }, { "exceptionName" : "DuplicatePolicyNameException", "documentation" : "

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

" }, { "exceptionName" : "TooManyPoliciesException", "documentation" : "

The quota for the number of policies for this load balancer has been reached.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateLoadBalancerPolicyResult", "asyncReturnType" : "CreateLoadBalancerPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createLoadBalancerPolicy" }, "DeleteLoadBalancer" : { "documentation" : "

Deletes the specified load balancer.

If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances.

If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer still succeeds.

", "operationName" : "DeleteLoadBalancer", "deprecated" : false, "input" : { "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "variableDeclarationType" : "DeleteLoadBalancerRequest", "documentation" : "", "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteLoadBalancerResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteLoadBalancerResult", "asyncReturnType" : "DeleteLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteLoadBalancer" }, "DeleteLoadBalancerListeners" : { "documentation" : "

Deletes the specified listeners from the specified load balancer.

", "operationName" : "DeleteLoadBalancerListeners", "deprecated" : false, "input" : { "variableName" : "deleteLoadBalancerListenersRequest", "variableType" : "DeleteLoadBalancerListenersRequest", "variableDeclarationType" : "DeleteLoadBalancerListenersRequest", "documentation" : "", "simpleType" : "DeleteLoadBalancerListenersRequest", "variableSetterType" : "DeleteLoadBalancerListenersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteLoadBalancerListenersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteLoadBalancerListenersResult", "asyncReturnType" : "DeleteLoadBalancerListenersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteLoadBalancerListeners" }, "DeleteLoadBalancerPolicy" : { "documentation" : "

Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.

", "operationName" : "DeleteLoadBalancerPolicy", "deprecated" : false, "input" : { "variableName" : "deleteLoadBalancerPolicyRequest", "variableType" : "DeleteLoadBalancerPolicyRequest", "variableDeclarationType" : "DeleteLoadBalancerPolicyRequest", "documentation" : "=", "simpleType" : "DeleteLoadBalancerPolicyRequest", "variableSetterType" : "DeleteLoadBalancerPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteLoadBalancerPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteLoadBalancerPolicyResult", "asyncReturnType" : "DeleteLoadBalancerPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteLoadBalancerPolicy" }, "DeregisterInstancesFromLoadBalancer" : { "documentation" : "

Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.

You can use DescribeLoadBalancers to verify that the instance is deregistered from the load balancer.

For more information, see Deregister and Register Amazon EC2 Instances in the Elastic Load Balancing Developer Guide.

", "operationName" : "DeregisterInstancesFromLoadBalancer", "deprecated" : false, "input" : { "variableName" : "deregisterInstancesFromLoadBalancerRequest", "variableType" : "DeregisterInstancesFromLoadBalancerRequest", "variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest", "documentation" : "", "simpleType" : "DeregisterInstancesFromLoadBalancerRequest", "variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeregisterInstancesFromLoadBalancerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "InvalidInstanceException", "documentation" : "

The specified endpoint is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeregisterInstancesFromLoadBalancerResult", "asyncReturnType" : "DeregisterInstancesFromLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deregisterInstancesFromLoadBalancer" }, "DescribeInstanceHealth" : { "documentation" : "

Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.

", "operationName" : "DescribeInstanceHealth", "deprecated" : false, "input" : { "variableName" : "describeInstanceHealthRequest", "variableType" : "DescribeInstanceHealthRequest", "variableDeclarationType" : "DescribeInstanceHealthRequest", "documentation" : "", "simpleType" : "DescribeInstanceHealthRequest", "variableSetterType" : "DescribeInstanceHealthRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeInstanceHealthResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "InvalidInstanceException", "documentation" : "

The specified endpoint is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeInstanceHealthResult", "asyncReturnType" : "DescribeInstanceHealthResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeInstanceHealth" }, "DescribeLoadBalancerAttributes" : { "documentation" : "

Describes the attributes for the specified load balancer.

", "operationName" : "DescribeLoadBalancerAttributes", "deprecated" : false, "input" : { "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoadBalancerAttributesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "LoadBalancerAttributeNotFoundException", "documentation" : "

The specified load balancer attribute does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeLoadBalancerAttributesResult", "asyncReturnType" : "DescribeLoadBalancerAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeLoadBalancerAttributes" }, "DescribeLoadBalancerPolicies" : { "documentation" : "

Describes the specified policies.

If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample- prefix.

", "operationName" : "DescribeLoadBalancerPolicies", "deprecated" : false, "input" : { "variableName" : "describeLoadBalancerPoliciesRequest", "variableType" : "DescribeLoadBalancerPoliciesRequest", "variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancerPoliciesRequest", "variableSetterType" : "DescribeLoadBalancerPoliciesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoadBalancerPoliciesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

One or more of the specified policies do not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeLoadBalancerPoliciesResult", "asyncReturnType" : "DescribeLoadBalancerPoliciesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeLoadBalancerPolicies" }, "DescribeLoadBalancerPolicyTypes" : { "documentation" : "

Describes the specified load balancer policy types.

You can use these policy types with CreateLoadBalancerPolicy to create policy configurations for a load balancer.

", "operationName" : "DescribeLoadBalancerPolicyTypes", "deprecated" : false, "input" : { "variableName" : "describeLoadBalancerPolicyTypesRequest", "variableType" : "DescribeLoadBalancerPolicyTypesRequest", "variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancerPolicyTypesRequest", "variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoadBalancerPolicyTypesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "PolicyTypeNotFoundException", "documentation" : "

One or more of the specified policy types do not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeLoadBalancerPolicyTypesResult", "asyncReturnType" : "DescribeLoadBalancerPolicyTypesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeLoadBalancerPolicyTypes" }, "DescribeLoadBalancers" : { "documentation" : "

Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.

", "operationName" : "DescribeLoadBalancers", "deprecated" : false, "input" : { "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "variableDeclarationType" : "DescribeLoadBalancersRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoadBalancersResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeLoadBalancersResult", "asyncReturnType" : "DescribeLoadBalancersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeLoadBalancers" }, "DescribeTags" : { "documentation" : "

Describes the tags associated with the specified load balancers.

", "operationName" : "DescribeTags", "deprecated" : false, "input" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : "", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeTagsResult", "asyncReturnType" : "DescribeTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeTags" }, "DetachLoadBalancerFromSubnets" : { "documentation" : "

Removes the specified subnets from the set of configured subnets for the load balancer.

After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the OutOfService state. Then, the load balancer balances the traffic among the remaining routable subnets.

", "operationName" : "DetachLoadBalancerFromSubnets", "deprecated" : false, "input" : { "variableName" : "detachLoadBalancerFromSubnetsRequest", "variableType" : "DetachLoadBalancerFromSubnetsRequest", "variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest", "documentation" : "", "simpleType" : "DetachLoadBalancerFromSubnetsRequest", "variableSetterType" : "DetachLoadBalancerFromSubnetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DetachLoadBalancerFromSubnetsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DetachLoadBalancerFromSubnetsResult", "asyncReturnType" : "DetachLoadBalancerFromSubnetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "detachLoadBalancerFromSubnets" }, "DisableAvailabilityZonesForLoadBalancer" : { "documentation" : "

Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer.

There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the OutOfService state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.

For more information, see Disable an Availability Zone from a Load-Balanced Application in the Elastic Load Balancing Developer Guide.

", "operationName" : "DisableAvailabilityZonesForLoadBalancer", "deprecated" : false, "input" : { "variableName" : "disableAvailabilityZonesForLoadBalancerRequest", "variableType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest", "documentation" : "", "simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableAvailabilityZonesForLoadBalancerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult", "asyncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "disableAvailabilityZonesForLoadBalancer" }, "EnableAvailabilityZonesForLoadBalancer" : { "documentation" : "

Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer.

The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.

For more information, see Add Availability Zone in the Elastic Load Balancing Developer Guide.

", "operationName" : "EnableAvailabilityZonesForLoadBalancer", "deprecated" : false, "input" : { "variableName" : "enableAvailabilityZonesForLoadBalancerRequest", "variableType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest", "documentation" : "", "simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableAvailabilityZonesForLoadBalancerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult", "asyncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "enableAvailabilityZonesForLoadBalancer" }, "ModifyLoadBalancerAttributes" : { "documentation" : "

Modifies the attributes of the specified load balancer.

You can modify the load balancer attributes, such as AccessLogs, ConnectionDraining, and CrossZoneLoadBalancing by either enabling or disabling them. Or, you can modify the load balancer attribute ConnectionSettings by specifying an idle connection timeout value for your load balancer.

For more information, see the following in the Elastic Load Balancing Developer Guide:

", "operationName" : "ModifyLoadBalancerAttributes", "deprecated" : false, "input" : { "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "documentation" : "", "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyLoadBalancerAttributesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "LoadBalancerAttributeNotFoundException", "documentation" : "

The specified load balancer attribute does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ModifyLoadBalancerAttributesResult", "asyncReturnType" : "ModifyLoadBalancerAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "modifyLoadBalancerAttributes" }, "RegisterInstancesWithLoadBalancer" : { "documentation" : "

Adds the specified instances to the specified load balancer.

The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.

Note that RegisterInstanceWithLoadBalancer completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use DescribeLoadBalancers or DescribeInstanceHealth.

After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the OutOfService state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the InService state.

If you stop an instance registered with a load balancer and then start it, the IP addresses associated with the instance changes. Elastic Load Balancing cannot recognize the new IP address, which prevents it from routing traffic to the instances. We recommend that you use the following sequence: stop the instance, deregister the instance, start the instance, and then register the instance. To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.

For more information, see Deregister and Register EC2 Instances in the Elastic Load Balancing Developer Guide.

", "operationName" : "RegisterInstancesWithLoadBalancer", "deprecated" : false, "input" : { "variableName" : "registerInstancesWithLoadBalancerRequest", "variableType" : "RegisterInstancesWithLoadBalancerRequest", "variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest", "documentation" : "", "simpleType" : "RegisterInstancesWithLoadBalancerRequest", "variableSetterType" : "RegisterInstancesWithLoadBalancerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterInstancesWithLoadBalancerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "InvalidInstanceException", "documentation" : "

The specified endpoint is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RegisterInstancesWithLoadBalancerResult", "asyncReturnType" : "RegisterInstancesWithLoadBalancerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "registerInstancesWithLoadBalancer" }, "RemoveTags" : { "documentation" : "

Removes one or more tags from the specified load balancer.

", "operationName" : "RemoveTags", "deprecated" : false, "input" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : "", "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RemoveTagsResult", "asyncReturnType" : "RemoveTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "removeTags" }, "SetLoadBalancerListenerSSLCertificate" : { "documentation" : "

Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.

For more information about updating your SSL certificate, see Updating an SSL Certificate for a Load Balancer in the Elastic Load Balancing Developer Guide.

", "operationName" : "SetLoadBalancerListenerSSLCertificate", "deprecated" : false, "input" : { "variableName" : "setLoadBalancerListenerSSLCertificateRequest", "variableType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest", "documentation" : "", "simpleType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetLoadBalancerListenerSSLCertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "CertificateNotFoundException", "documentation" : "

The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).

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

The specified load balancer does not exist.

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

The load balancer does not have a listener configured at the specified port.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "SetLoadBalancerListenerSSLCertificateResult", "asyncReturnType" : "SetLoadBalancerListenerSSLCertificateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setLoadBalancerListenerSSLCertificate" }, "SetLoadBalancerPoliciesForBackendServer" : { "documentation" : "

Replaces the set of policies associated with the specified port on which the back-end server is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies.

Each time you use SetLoadBalancerPoliciesForBackendServer to enable the policies, use the PolicyNames parameter to list the policies that you want to enable.

You can use DescribeLoadBalancers or DescribeLoadBalancerPolicies to verify that the policy is associated with the back-end server.

", "operationName" : "SetLoadBalancerPoliciesForBackendServer", "deprecated" : false, "input" : { "variableName" : "setLoadBalancerPoliciesForBackendServerRequest", "variableType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest", "documentation" : "", "simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetLoadBalancerPoliciesForBackendServerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

One or more of the specified policies do not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult", "asyncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setLoadBalancerPoliciesForBackendServer" }, "SetLoadBalancerPoliciesOfListener" : { "documentation" : "

Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener.

", "operationName" : "SetLoadBalancerPoliciesOfListener", "deprecated" : false, "input" : { "variableName" : "setLoadBalancerPoliciesOfListenerRequest", "variableType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest", "documentation" : "", "simpleType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetLoadBalancerPoliciesOfListenerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LoadBalancerNotFoundException", "documentation" : "

The specified load balancer does not exist.

" }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

One or more of the specified policies do not exist.

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

The load balancer does not have a listener configured at the specified port.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "SetLoadBalancerPoliciesOfListenerResult", "asyncReturnType" : "SetLoadBalancerPoliciesOfListenerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setLoadBalancerPoliciesOfListener" } }, "shapes" : { "PolicyAttributeTypeDescription" : { "c2jName" : "PolicyAttributeTypeDescription", "documentation" : "

Information about a policy attribute type.

", "shapeName" : "PolicyAttributeTypeDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

The name of the attribute.

", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

The name of the attribute.

\n@param attributeName The name of the attribute.*/", "getterDocumentation" : "/**

The name of the attribute.

\n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

The name of the attribute.

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

The name of the attribute.

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

The type of the attribute. For example, Boolean or Integer.

", "name" : "AttributeType", "c2jName" : "AttributeType", "c2jShape" : "AttributeType", "variable" : { "variableName" : "attributeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of the attribute. For example, Boolean or Integer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeType", "marshallLocationName" : "AttributeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

The type of the attribute. For example, Boolean or Integer.

\n@param attributeType The type of the attribute. For example, Boolean or Integer.*/", "getterDocumentation" : "/**

The type of the attribute. For example, Boolean or Integer.

\n@return The type of the attribute. For example, Boolean or Integer.*/", "fluentSetterDocumentation" : "/**

The type of the attribute. For example, Boolean or Integer.

\n@param attributeType The type of the attribute. For example, Boolean or Integer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of the attribute. For example, Boolean or Integer.

\n@param attributeType The type of the attribute. For example, Boolean or Integer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A description of the attribute.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

A description of the attribute.

\n@param description A description of the attribute.*/", "getterDocumentation" : "/**

A description of the attribute.

\n@return A description of the attribute.*/", "fluentSetterDocumentation" : "/**

A description of the attribute.

\n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description of the attribute.

\n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The default value of the attribute, if applicable.

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "DefaultValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default value of the attribute, if applicable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

The default value of the attribute, if applicable.

\n@param defaultValue The default value of the attribute, if applicable.*/", "getterDocumentation" : "/**

The default value of the attribute, if applicable.

\n@return The default value of the attribute, if applicable.*/", "fluentSetterDocumentation" : "/**

The default value of the attribute, if applicable.

\n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default value of the attribute, if applicable.

\n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The cardinality of the attribute.

Valid values:

  • ONE(1) : Single value required
  • ZERO_OR_ONE(0..1) : Up to one value can be supplied
  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
", "name" : "Cardinality", "c2jName" : "Cardinality", "c2jShape" : "Cardinality", "variable" : { "variableName" : "cardinality", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cardinality of the attribute.

Valid values:

  • ONE(1) : Single value required
  • ZERO_OR_ONE(0..1) : Up to one value can be supplied
  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cardinality", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cardinality", "marshallLocationName" : "Cardinality", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

The cardinality of the attribute.

Valid values:

  • ONE(1) : Single value required
  • ZERO_OR_ONE(0..1) : Up to one value can be supplied
  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute.

Valid values:

  • ONE(1) : Single value required
  • ZERO_OR_ONE(0..1) : Up to one value can be supplied
  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
  • */", "getterDocumentation" : "/**

    The cardinality of the attribute.

    Valid values:

    • ONE(1) : Single value required
    • ZERO_OR_ONE(0..1) : Up to one value can be supplied
    • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
    • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
    \n@return The cardinality of the attribute.

    Valid values:

    • ONE(1) : Single value required
    • ZERO_OR_ONE(0..1) : Up to one value can be supplied
    • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
    • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
    • */", "fluentSetterDocumentation" : "/**

      The cardinality of the attribute.

      Valid values:

      • ONE(1) : Single value required
      • ZERO_OR_ONE(0..1) : Up to one value can be supplied
      • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
      • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
      \n@param cardinality The cardinality of the attribute.

      Valid values:

      • ONE(1) : Single value required
      • ZERO_OR_ONE(0..1) : Up to one value can be supplied
      • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
      • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        The cardinality of the attribute.

        Valid values:

        • ONE(1) : Single value required
        • ZERO_OR_ONE(0..1) : Up to one value can be supplied
        • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
        • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
        \n@param cardinality The cardinality of the attribute.

        Valid values:

        • ONE(1) : Single value required
        • ZERO_OR_ONE(0..1) : Up to one value can be supplied
        • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
        • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyAttributeTypeDescription", "variableType" : "PolicyAttributeTypeDescription", "variableDeclarationType" : "PolicyAttributeTypeDescription", "documentation" : null, "simpleType" : "PolicyAttributeTypeDescription", "variableSetterType" : "PolicyAttributeTypeDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

          A description of the attribute.

          ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          A description of the attribute.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

          A description of the attribute.

          \n@param description A description of the attribute.*/", "getterDocumentation" : "/**

          A description of the attribute.

          \n@return A description of the attribute.*/", "fluentSetterDocumentation" : "/**

          A description of the attribute.

          \n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          A description of the attribute.

          \n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Cardinality" : { "documentation" : "

          The cardinality of the attribute.

          Valid values:

          • ONE(1) : Single value required
          • ZERO_OR_ONE(0..1) : Up to one value can be supplied
          • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
          • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
          ", "name" : "Cardinality", "c2jName" : "Cardinality", "c2jShape" : "Cardinality", "variable" : { "variableName" : "cardinality", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The cardinality of the attribute.

          Valid values:

          • ONE(1) : Single value required
          • ZERO_OR_ONE(0..1) : Up to one value can be supplied
          • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
          • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cardinality", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Cardinality", "marshallLocationName" : "Cardinality", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

          The cardinality of the attribute.

          Valid values:

          • ONE(1) : Single value required
          • ZERO_OR_ONE(0..1) : Up to one value can be supplied
          • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
          • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
          \n@param cardinality The cardinality of the attribute.

          Valid values:

          • ONE(1) : Single value required
          • ZERO_OR_ONE(0..1) : Up to one value can be supplied
          • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
          • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
          • */", "getterDocumentation" : "/**

            The cardinality of the attribute.

            Valid values:

            • ONE(1) : Single value required
            • ZERO_OR_ONE(0..1) : Up to one value can be supplied
            • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
            • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
            \n@return The cardinality of the attribute.

            Valid values:

            • ONE(1) : Single value required
            • ZERO_OR_ONE(0..1) : Up to one value can be supplied
            • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
            • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
            • */", "fluentSetterDocumentation" : "/**

              The cardinality of the attribute.

              Valid values:

              • ONE(1) : Single value required
              • ZERO_OR_ONE(0..1) : Up to one value can be supplied
              • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
              • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
              \n@param cardinality The cardinality of the attribute.

              Valid values:

              • ONE(1) : Single value required
              • ZERO_OR_ONE(0..1) : Up to one value can be supplied
              • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
              • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                The cardinality of the attribute.

                Valid values:

                • ONE(1) : Single value required
                • ZERO_OR_ONE(0..1) : Up to one value can be supplied
                • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
                • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
                \n@param cardinality The cardinality of the attribute.

                Valid values:

                • ONE(1) : Single value required
                • ZERO_OR_ONE(0..1) : Up to one value can be supplied
                • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
                • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultValue" : { "documentation" : "

                  The default value of the attribute, if applicable.

                  ", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "DefaultValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The default value of the attribute, if applicable.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The default value of the attribute, if applicable.

                  \n@param defaultValue The default value of the attribute, if applicable.*/", "getterDocumentation" : "/**

                  The default value of the attribute, if applicable.

                  \n@return The default value of the attribute, if applicable.*/", "fluentSetterDocumentation" : "/**

                  The default value of the attribute, if applicable.

                  \n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The default value of the attribute, if applicable.

                  \n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeType" : { "documentation" : "

                  The type of the attribute. For example, Boolean or Integer.

                  ", "name" : "AttributeType", "c2jName" : "AttributeType", "c2jShape" : "AttributeType", "variable" : { "variableName" : "attributeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of the attribute. For example, Boolean or Integer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeType", "marshallLocationName" : "AttributeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The type of the attribute. For example, Boolean or Integer.

                  \n@param attributeType The type of the attribute. For example, Boolean or Integer.*/", "getterDocumentation" : "/**

                  The type of the attribute. For example, Boolean or Integer.

                  \n@return The type of the attribute. For example, Boolean or Integer.*/", "fluentSetterDocumentation" : "/**

                  The type of the attribute. For example, Boolean or Integer.

                  \n@param attributeType The type of the attribute. For example, Boolean or Integer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of the attribute. For example, Boolean or Integer.

                  \n@param attributeType The type of the attribute. For example, Boolean or Integer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeName" : { "documentation" : "

                  The name of the attribute.

                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "getterDocumentation" : "/**

                  The name of the attribute.

                  \n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LoadBalancerAttributeNotFoundException" : { "c2jName" : "LoadBalancerAttributeNotFoundException", "documentation" : "

                  The specified load balancer attribute does not exist.

                  ", "shapeName" : "LoadBalancerAttributeNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "loadBalancerAttributeNotFoundException", "variableType" : "LoadBalancerAttributeNotFoundException", "variableDeclarationType" : "LoadBalancerAttributeNotFoundException", "documentation" : null, "simpleType" : "LoadBalancerAttributeNotFoundException", "variableSetterType" : "LoadBalancerAttributeNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LoadBalancerAttributeNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsInput", "documentation" : "", "shapeName" : "DescribeTagsRequest", "deprecated" : false, "required" : [ "LoadBalancerNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The names of the load balancers.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNamesMax20", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the load balancers.

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

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.*/", "getterDocumentation" : "/**

                  The names of the load balancers.

                  \n@return The names of the load balancers.*/", "fluentSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n

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

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "marshaller" : { "action" : "DescribeTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerNames" : { "documentation" : "

                  The names of the load balancers.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNamesMax20", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the load balancers.

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

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.*/", "getterDocumentation" : "/**

                  The names of the load balancers.

                  \n@return The names of the load balancers.*/", "fluentSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n

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

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLoadBalancerPolicyTypesResult" : { "c2jName" : "DescribeLoadBalancerPolicyTypesOutput", "documentation" : "", "shapeName" : "DescribeLoadBalancerPolicyTypesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Information about the policy types.

                  ", "name" : "PolicyTypeDescriptions", "c2jName" : "PolicyTypeDescriptions", "c2jShape" : "PolicyTypeDescriptions", "variable" : { "variableName" : "policyTypeDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the policy types.

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

                  Information about the policy types.

                  \n@param policyTypeDescriptions Information about the policy types.*/", "getterDocumentation" : "/**

                  Information about the policy types.

                  \n@return Information about the policy types.*/", "fluentSetterDocumentation" : "/**

                  Information about the policy types.

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

                  Information about the policy types.

                  \n

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

                  \n@param policyTypeDescriptions Information about the policy types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancerPolicyTypesResult", "variableType" : "DescribeLoadBalancerPolicyTypesResult", "variableDeclarationType" : "DescribeLoadBalancerPolicyTypesResult", "documentation" : null, "simpleType" : "DescribeLoadBalancerPolicyTypesResult", "variableSetterType" : "DescribeLoadBalancerPolicyTypesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLoadBalancerPolicyTypesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyTypeDescriptions" : { "documentation" : "

                  Information about the policy types.

                  ", "name" : "PolicyTypeDescriptions", "c2jName" : "PolicyTypeDescriptions", "c2jShape" : "PolicyTypeDescriptions", "variable" : { "variableName" : "policyTypeDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the policy types.

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

                  Information about the policy types.

                  \n@param policyTypeDescriptions Information about the policy types.*/", "getterDocumentation" : "/**

                  Information about the policy types.

                  \n@return Information about the policy types.*/", "fluentSetterDocumentation" : "/**

                  Information about the policy types.

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

                  Information about the policy types.

                  \n

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

                  \n@param policyTypeDescriptions Information about the policy types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateLoadBalancerResult" : { "c2jName" : "CreateAccessPointOutput", "documentation" : "", "shapeName" : "CreateLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The DNS name of the load balancer.

                  ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The DNS name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DNSName", "marshallLocationName" : "DNSName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The DNS name of the load balancer.

                  \n@param dNSName The DNS name of the load balancer.*/", "getterDocumentation" : "/**

                  The DNS name of the load balancer.

                  \n@return The DNS name of the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The DNS name of the load balancer.

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

                  The DNS name of the load balancer.

                  \n@param dNSName The DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createLoadBalancerResult", "variableType" : "CreateLoadBalancerResult", "variableDeclarationType" : "CreateLoadBalancerResult", "documentation" : null, "simpleType" : "CreateLoadBalancerResult", "variableSetterType" : "CreateLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DNSName" : { "documentation" : "

                  The DNS name of the load balancer.

                  ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The DNS name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DNSName", "marshallLocationName" : "DNSName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The DNS name of the load balancer.

                  \n@param dNSName The DNS name of the load balancer.*/", "getterDocumentation" : "/**

                  The DNS name of the load balancer.

                  \n@return The DNS name of the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The DNS name of the load balancer.

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

                  The DNS name of the load balancer.

                  \n@param dNSName The DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidInstanceException" : { "c2jName" : "InvalidInstanceException", "documentation" : "

                  The specified endpoint is not valid.

                  ", "shapeName" : "InvalidInstanceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidInstanceException", "variableType" : "InvalidInstanceException", "variableDeclarationType" : "InvalidInstanceException", "documentation" : null, "simpleType" : "InvalidInstanceException", "variableSetterType" : "InvalidInstanceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidInstance", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubnetNotFoundException" : { "c2jName" : "SubnetNotFoundException", "documentation" : "

                  One or more of the specified subnets do not exist.

                  ", "shapeName" : "SubnetNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subnetNotFoundException", "variableType" : "SubnetNotFoundException", "variableDeclarationType" : "SubnetNotFoundException", "documentation" : null, "simpleType" : "SubnetNotFoundException", "variableSetterType" : "SubnetNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubnetNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateLoadBalancerRequest" : { "c2jName" : "CreateAccessPointInput", "documentation" : "", "shapeName" : "CreateLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "Listeners" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

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

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

                  \n@return The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

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

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

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

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  ", "name" : "Listeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "variable" : { "variableName" : "listeners", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

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

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \n@param listeners The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \n@return The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \n@param listeners The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \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 The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

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

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/", "getterDocumentation" : "/**

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \n@return One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/", "fluentSetterDocumentation" : "/**

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \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 One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

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

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.*/", "getterDocumentation" : "/**

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \n@return The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \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 in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroups", "marshallLocationName" : "SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "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.*/", "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.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  ", "name" : "Scheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "variable" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Scheme", "marshallLocationName" : "Scheme", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@param scheme The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.*/", "getterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@return The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.*/", "fluentSetterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@param scheme The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@param scheme The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

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

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \n@param tags A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \n@return A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \n@param tags A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \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 A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createLoadBalancerRequest", "variableType" : "CreateLoadBalancerRequest", "variableDeclarationType" : "CreateLoadBalancerRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerRequest", "variableSetterType" : "CreateLoadBalancerRequest" }, "marshaller" : { "action" : "CreateLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

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

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \n@param tags A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \n@return A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \n@param tags A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.

                  \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 A list of tags to assign to the load balancer.

                  For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Scheme" : { "documentation" : "

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  ", "name" : "Scheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "variable" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Scheme", "marshallLocationName" : "Scheme", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@param scheme The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.*/", "getterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@return The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.*/", "fluentSetterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@param scheme The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.

                  \n@param scheme The type of a load balancer. Valid only for load balancers in a VPC.

                  By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.

                  Specify internal to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

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

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

                  \n@return The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

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

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer.

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.

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

                  This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

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

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/", "getterDocumentation" : "/**

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \n@return One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/", "fluentSetterDocumentation" : "/**

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.

                  \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 One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.

                  You must specify at least one Availability Zone.

                  You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Listeners" : { "documentation" : "

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  ", "name" : "Listeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "variable" : { "variableName" : "listeners", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

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

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \n@param listeners The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \n@return The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \n@param listeners The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.

                  \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 The listeners.

                  For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Subnets" : { "documentation" : "

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

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

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.*/", "getterDocumentation" : "/**

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \n@return The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.

                  \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 in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroups" : { "documentation" : "

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

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroups", "marshallLocationName" : "SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "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.*/", "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.*/", "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.*/", "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.*/" } } }, "AdditionalAttribute" : { "c2jName" : "AdditionalAttribute", "documentation" : "

                  This data type is reserved.

                  ", "shapeName" : "AdditionalAttribute", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  This parameter is reserved.

                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "StringVal", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  This parameter is reserved.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param key This parameter is reserved.*/", "getterDocumentation" : "/**

                  This parameter is reserved.

                  \n@return This parameter is reserved.*/", "fluentSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  This parameter is reserved.

                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "StringVal", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  This parameter is reserved.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param value This parameter is reserved.*/", "getterDocumentation" : "/**

                  This parameter is reserved.

                  \n@return This parameter is reserved.*/", "fluentSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "additionalAttribute", "variableType" : "AdditionalAttribute", "variableDeclarationType" : "AdditionalAttribute", "documentation" : null, "simpleType" : "AdditionalAttribute", "variableSetterType" : "AdditionalAttribute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                  This parameter is reserved.

                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "StringVal", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  This parameter is reserved.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param value This parameter is reserved.*/", "getterDocumentation" : "/**

                  This parameter is reserved.

                  \n@return This parameter is reserved.*/", "fluentSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                  This parameter is reserved.

                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "StringVal", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  This parameter is reserved.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param key This parameter is reserved.*/", "getterDocumentation" : "/**

                  This parameter is reserved.

                  \n@return This parameter is reserved.*/", "fluentSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  This parameter is reserved.

                  \n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterInstancesWithLoadBalancerResult" : { "c2jName" : "RegisterEndPointsOutput", "documentation" : "", "shapeName" : "RegisterInstancesWithLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The updated list of instances for the load balancer.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The updated list of instances for the load balancer.

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

                  The updated list of instances for the load balancer.

                  \n@param instances The updated list of instances for the load balancer.*/", "getterDocumentation" : "/**

                  The updated list of instances for the load balancer.

                  \n@return The updated list of instances for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The updated list of instances for the load balancer.

                  \n@param instances The updated list of instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The updated list of instances for the load balancer.

                  \n

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

                  \n@param instances The updated list of instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerInstancesWithLoadBalancerResult", "variableType" : "RegisterInstancesWithLoadBalancerResult", "variableDeclarationType" : "RegisterInstancesWithLoadBalancerResult", "documentation" : null, "simpleType" : "RegisterInstancesWithLoadBalancerResult", "variableSetterType" : "RegisterInstancesWithLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "RegisterInstancesWithLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Instances" : { "documentation" : "

                  The updated list of instances for the load balancer.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The updated list of instances for the load balancer.

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

                  The updated list of instances for the load balancer.

                  \n@param instances The updated list of instances for the load balancer.*/", "getterDocumentation" : "/**

                  The updated list of instances for the load balancer.

                  \n@return The updated list of instances for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The updated list of instances for the load balancer.

                  \n@param instances The updated list of instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The updated list of instances for the load balancer.

                  \n

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

                  \n@param instances The updated list of instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CertificateNotFoundException" : { "c2jName" : "CertificateNotFoundException", "documentation" : "

                  The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).

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

                  The IDs of the remaining subnets for the load balancer.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the remaining subnets for the load balancer.

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

                  The IDs of the remaining subnets for the load balancer.

                  \n@param subnets The IDs of the remaining subnets for the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the remaining subnets for the load balancer.

                  \n@return The IDs of the remaining subnets for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the remaining subnets for the load balancer.

                  \n@param subnets The IDs of the remaining subnets for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the remaining subnets for the load balancer.

                  \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 remaining subnets for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachLoadBalancerFromSubnetsResult", "variableType" : "DetachLoadBalancerFromSubnetsResult", "variableDeclarationType" : "DetachLoadBalancerFromSubnetsResult", "documentation" : null, "simpleType" : "DetachLoadBalancerFromSubnetsResult", "variableSetterType" : "DetachLoadBalancerFromSubnetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DetachLoadBalancerFromSubnetsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Subnets" : { "documentation" : "

                  The IDs of the remaining subnets for the load balancer.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the remaining subnets for the load balancer.

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

                  The IDs of the remaining subnets for the load balancer.

                  \n@param subnets The IDs of the remaining subnets for the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the remaining subnets for the load balancer.

                  \n@return The IDs of the remaining subnets for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the remaining subnets for the load balancer.

                  \n@param subnets The IDs of the remaining subnets for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the remaining subnets for the load balancer.

                  \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 remaining subnets for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DuplicatePolicyNameException" : { "c2jName" : "DuplicatePolicyNameException", "documentation" : "

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

                  ", "shapeName" : "DuplicatePolicyNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "duplicatePolicyNameException", "variableType" : "DuplicatePolicyNameException", "variableDeclarationType" : "DuplicatePolicyNameException", "documentation" : null, "simpleType" : "DuplicatePolicyNameException", "variableSetterType" : "DuplicatePolicyNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicatePolicyName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteLoadBalancerRequest" : { "c2jName" : "DeleteAccessPointInput", "documentation" : "", "shapeName" : "DeleteLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "variableDeclarationType" : "DeleteLoadBalancerRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "marshaller" : { "action" : "DeleteLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } } }, "DetachLoadBalancerFromSubnetsRequest" : { "c2jName" : "DetachLoadBalancerFromSubnetsInput", "documentation" : "", "shapeName" : "DetachLoadBalancerFromSubnetsRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "Subnets" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the subnets.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets.

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

                  The IDs of the subnets.

                  \n@param subnets The IDs of the subnets.*/", "getterDocumentation" : "/**

                  The IDs of the subnets.

                  \n@return The IDs of the subnets.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets.

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

                  The IDs of the subnets.

                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachLoadBalancerFromSubnetsRequest", "variableType" : "DetachLoadBalancerFromSubnetsRequest", "variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest", "documentation" : null, "simpleType" : "DetachLoadBalancerFromSubnetsRequest", "variableSetterType" : "DetachLoadBalancerFromSubnetsRequest" }, "marshaller" : { "action" : "DetachLoadBalancerFromSubnets", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "Subnets" : { "documentation" : "

                  The IDs of the subnets.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets.

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

                  The IDs of the subnets.

                  \n@param subnets The IDs of the subnets.*/", "getterDocumentation" : "/**

                  The IDs of the subnets.

                  \n@return The IDs of the subnets.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets.

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

                  The IDs of the subnets.

                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

                  Information about a tag.

                  ", "shapeName" : "Tag", "deprecated" : false, "required" : [ "Key" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The key of the tag.

                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The key of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.*/", "getterDocumentation" : "/**

                  The key of the tag.

                  \n@return The key of the tag.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The value of the tag.

                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The value of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.*/", "getterDocumentation" : "/**

                  The value of the tag.

                  \n@return The value of the tag.*/", "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.*/", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                  The value of the tag.

                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The value of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.*/", "getterDocumentation" : "/**

                  The value of the tag.

                  \n@return The value of the tag.*/", "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.*/", "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.*/" }, "Key" : { "documentation" : "

                  The key of the tag.

                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The key of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.*/", "getterDocumentation" : "/**

                  The key of the tag.

                  \n@return The key of the tag.*/", "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.*/", "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.*/" } } }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "documentation" : "

                  The quota for the number of tags that can be assigned to a load balancer has been reached.

                  ", "shapeName" : "TooManyTagsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "variableDeclarationType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyTags", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetLoadBalancerPoliciesOfListenerResult" : { "c2jName" : "SetLoadBalancerPoliciesOfListenerOutput", "documentation" : "", "shapeName" : "SetLoadBalancerPoliciesOfListenerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setLoadBalancerPoliciesOfListenerResult", "variableType" : "SetLoadBalancerPoliciesOfListenerResult", "variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerResult", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesOfListenerResult", "variableSetterType" : "SetLoadBalancerPoliciesOfListenerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "SetLoadBalancerPoliciesOfListenerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsOutput", "documentation" : "", "shapeName" : "RemoveTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "variableDeclarationType" : "RemoveTagsResult", "documentation" : null, "simpleType" : "RemoveTagsResult", "variableSetterType" : "RemoveTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "RemoveTagsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AppCookieStickinessPolicy" : { "c2jName" : "AppCookieStickinessPolicy", "documentation" : "

                  Information about a policy for application-controlled session stickiness.

                  ", "shapeName" : "AppCookieStickinessPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@return The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "name" : "CookieName", "c2jName" : "CookieName", "c2jShape" : "CookieName", "variable" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieName", "marshallLocationName" : "CookieName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.*/", "getterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@return The name of the application cookie used for stickiness.*/", "fluentSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "appCookieStickinessPolicy", "variableType" : "AppCookieStickinessPolicy", "variableDeclarationType" : "AppCookieStickinessPolicy", "documentation" : null, "simpleType" : "AppCookieStickinessPolicy", "variableSetterType" : "AppCookieStickinessPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@return The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

                  \n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CookieName" : { "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "name" : "CookieName", "c2jName" : "CookieName", "c2jShape" : "CookieName", "variable" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieName", "marshallLocationName" : "CookieName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.*/", "getterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@return The name of the application cookie used for stickiness.*/", "fluentSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetLoadBalancerListenerSSLCertificateResult" : { "c2jName" : "SetLoadBalancerListenerSSLCertificateOutput", "documentation" : "", "shapeName" : "SetLoadBalancerListenerSSLCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setLoadBalancerListenerSSLCertificateResult", "variableType" : "SetLoadBalancerListenerSSLCertificateResult", "variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateResult", "documentation" : null, "simpleType" : "SetLoadBalancerListenerSSLCertificateResult", "variableSetterType" : "SetLoadBalancerListenerSSLCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "SetLoadBalancerListenerSSLCertificateResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TagDescription" : { "c2jName" : "TagDescription", "documentation" : "

                  The tags associated with a load balancer.

                  ", "shapeName" : "TagDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The tags.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The tags.

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

                  The tags.

                  \n@param tags The tags.*/", "getterDocumentation" : "/**

                  The tags.

                  \n@return The tags.*/", "fluentSetterDocumentation" : "/**

                  The tags.

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

                  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 The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tagDescription", "variableType" : "TagDescription", "variableDeclarationType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                  The tags.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The tags.

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

                  The tags.

                  \n@param tags The tags.*/", "getterDocumentation" : "/**

                  The tags.

                  \n@return The tags.*/", "fluentSetterDocumentation" : "/**

                  The tags.

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

                  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 The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } } }, "Policies" : { "c2jName" : "Policies", "documentation" : "

                  The policies for a load balancer.

                  ", "shapeName" : "Policies", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  ", "name" : "AppCookieStickinessPolicies", "c2jName" : "AppCookieStickinessPolicies", "c2jShape" : "AppCookieStickinessPolicies", "variable" : { "variableName" : "appCookieStickinessPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

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

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@return The stickiness policies created using CreateAppCookieStickinessPolicy.*/", "fluentSetterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n

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

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  ", "name" : "LBCookieStickinessPolicies", "c2jName" : "LBCookieStickinessPolicies", "c2jShape" : "LBCookieStickinessPolicies", "variable" : { "variableName" : "lBCookieStickinessPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

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

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@return The stickiness policies created using CreateLBCookieStickinessPolicy.*/", "fluentSetterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n

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

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The policies other than the stickiness policies.

                  ", "name" : "OtherPolicies", "c2jName" : "OtherPolicies", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "otherPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The policies other than the stickiness policies.

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

                  The policies other than the stickiness policies.

                  \n@param otherPolicies The policies other than the stickiness policies.*/", "getterDocumentation" : "/**

                  The policies other than the stickiness policies.

                  \n@return The policies other than the stickiness policies.*/", "fluentSetterDocumentation" : "/**

                  The policies other than the stickiness policies.

                  \n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The policies other than the stickiness policies.

                  \n

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

                  \n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policies", "variableType" : "Policies", "variableDeclarationType" : "Policies", "documentation" : null, "simpleType" : "Policies", "variableSetterType" : "Policies" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AppCookieStickinessPolicies" : { "documentation" : "

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  ", "name" : "AppCookieStickinessPolicies", "c2jName" : "AppCookieStickinessPolicies", "c2jShape" : "AppCookieStickinessPolicies", "variable" : { "variableName" : "appCookieStickinessPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

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

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@return The stickiness policies created using CreateAppCookieStickinessPolicy.*/", "fluentSetterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n

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

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LBCookieStickinessPolicies" : { "documentation" : "

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  ", "name" : "LBCookieStickinessPolicies", "c2jName" : "LBCookieStickinessPolicies", "c2jShape" : "LBCookieStickinessPolicies", "variable" : { "variableName" : "lBCookieStickinessPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

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

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@return The stickiness policies created using CreateLBCookieStickinessPolicy.*/", "fluentSetterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n

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

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OtherPolicies" : { "documentation" : "

                  The policies other than the stickiness policies.

                  ", "name" : "OtherPolicies", "c2jName" : "OtherPolicies", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "otherPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The policies other than the stickiness policies.

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

                  The policies other than the stickiness policies.

                  \n@param otherPolicies The policies other than the stickiness policies.*/", "getterDocumentation" : "/**

                  The policies other than the stickiness policies.

                  \n@return The policies other than the stickiness policies.*/", "fluentSetterDocumentation" : "/**

                  The policies other than the stickiness policies.

                  \n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The policies other than the stickiness policies.

                  \n

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

                  \n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyPoliciesException" : { "c2jName" : "TooManyPoliciesException", "documentation" : "

                  The quota for the number of policies for this load balancer has been reached.

                  ", "shapeName" : "TooManyPoliciesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tooManyPoliciesException", "variableType" : "TooManyPoliciesException", "variableDeclarationType" : "TooManyPoliciesException", "documentation" : null, "simpleType" : "TooManyPoliciesException", "variableSetterType" : "TooManyPoliciesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyPolicies", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ApplySecurityGroupsToLoadBalancerResult" : { "c2jName" : "ApplySecurityGroupsToLoadBalancerOutput", "documentation" : "", "shapeName" : "ApplySecurityGroupsToLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The IDs of the security groups associated with the load balancer.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the security groups associated with the load balancer.

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

                  The IDs of the security groups associated with the load balancer.

                  \n@param securityGroups The IDs of the security groups associated with the load balancer.*/", "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.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the security groups associated with the load balancer.

                  \n@param securityGroups 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.*/", "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 #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 associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "applySecurityGroupsToLoadBalancerResult", "variableType" : "ApplySecurityGroupsToLoadBalancerResult", "variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerResult", "documentation" : null, "simpleType" : "ApplySecurityGroupsToLoadBalancerResult", "variableSetterType" : "ApplySecurityGroupsToLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ApplySecurityGroupsToLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SecurityGroups" : { "documentation" : "

                  The IDs of the security groups associated with the load balancer.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the security groups associated with the load balancer.

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

                  The IDs of the security groups associated with the load balancer.

                  \n@param securityGroups The IDs of the security groups associated with the load balancer.*/", "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.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the security groups associated with the load balancer.

                  \n@param securityGroups 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.*/", "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 #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 associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTagsResult" : { "c2jName" : "DescribeTagsOutput", "documentation" : "", "shapeName" : "DescribeTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Information about the tags.

                  ", "name" : "TagDescriptions", "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "variable" : { "variableName" : "tagDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the tags.

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

                  Information about the tags.

                  \n@param tagDescriptions Information about the tags.*/", "getterDocumentation" : "/**

                  Information about the tags.

                  \n@return Information about the tags.*/", "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.*/", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "variableDeclarationType" : "DescribeTagsResult", "documentation" : null, "simpleType" : "DescribeTagsResult", "variableSetterType" : "DescribeTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeTagsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagDescriptions" : { "documentation" : "

                  Information about the tags.

                  ", "name" : "TagDescriptions", "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "variable" : { "variableName" : "tagDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the tags.

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

                  Information about the tags.

                  \n@param tagDescriptions Information about the tags.*/", "getterDocumentation" : "/**

                  Information about the tags.

                  \n@return Information about the tags.*/", "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.*/", "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.*/" } } }, "DescribeInstanceHealthResult" : { "c2jName" : "DescribeEndPointStateOutput", "documentation" : "", "shapeName" : "DescribeInstanceHealthResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Information about the health of the instances.

                  ", "name" : "InstanceStates", "c2jName" : "InstanceStates", "c2jShape" : "InstanceStates", "variable" : { "variableName" : "instanceStates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the health of the instances.

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

                  Information about the health of the instances.

                  \n@param instanceStates Information about the health of the instances.*/", "getterDocumentation" : "/**

                  Information about the health of the instances.

                  \n@return Information about the health of the instances.*/", "fluentSetterDocumentation" : "/**

                  Information about the health of the instances.

                  \n@param instanceStates Information about the health of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the health of the instances.

                  \n

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

                  \n@param instanceStates Information about the health of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeInstanceHealthResult", "variableType" : "DescribeInstanceHealthResult", "variableDeclarationType" : "DescribeInstanceHealthResult", "documentation" : null, "simpleType" : "DescribeInstanceHealthResult", "variableSetterType" : "DescribeInstanceHealthResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeInstanceHealthResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceStates" : { "documentation" : "

                  Information about the health of the instances.

                  ", "name" : "InstanceStates", "c2jName" : "InstanceStates", "c2jShape" : "InstanceStates", "variable" : { "variableName" : "instanceStates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the health of the instances.

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

                  Information about the health of the instances.

                  \n@param instanceStates Information about the health of the instances.*/", "getterDocumentation" : "/**

                  Information about the health of the instances.

                  \n@return Information about the health of the instances.*/", "fluentSetterDocumentation" : "/**

                  Information about the health of the instances.

                  \n@param instanceStates Information about the health of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the health of the instances.

                  \n

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

                  \n@param instanceStates Information about the health of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachLoadBalancerToSubnetsRequest" : { "c2jName" : "AttachLoadBalancerToSubnetsInput", "documentation" : "", "shapeName" : "AttachLoadBalancerToSubnetsRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "Subnets" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

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

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  \n@param subnets The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.*/", "getterDocumentation" : "/**

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  \n@return The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  \n@param subnets The IDs of the subnets to add for the load balancer. 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.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets to add for the load balancer. 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 to add for the load balancer. 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.*/" } ], "enums" : null, "variable" : { "variableName" : "attachLoadBalancerToSubnetsRequest", "variableType" : "AttachLoadBalancerToSubnetsRequest", "variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest", "documentation" : null, "simpleType" : "AttachLoadBalancerToSubnetsRequest", "variableSetterType" : "AttachLoadBalancerToSubnetsRequest" }, "marshaller" : { "action" : "AttachLoadBalancerToSubnets", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "Subnets" : { "documentation" : "

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

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

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  \n@param subnets The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.*/", "getterDocumentation" : "/**

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  \n@return The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

                  \n@param subnets The IDs of the subnets to add for the load balancer. 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.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets to add for the load balancer. 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 to add for the load balancer. 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.*/" } } }, "DescribeLoadBalancerPoliciesResult" : { "c2jName" : "DescribeLoadBalancerPoliciesOutput", "documentation" : "", "shapeName" : "DescribeLoadBalancerPoliciesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Information about the policies.

                  ", "name" : "PolicyDescriptions", "c2jName" : "PolicyDescriptions", "c2jShape" : "PolicyDescriptions", "variable" : { "variableName" : "policyDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the policies.

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

                  Information about the policies.

                  \n@param policyDescriptions Information about the policies.*/", "getterDocumentation" : "/**

                  Information about the policies.

                  \n@return Information about the policies.*/", "fluentSetterDocumentation" : "/**

                  Information about the policies.

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

                  Information about the policies.

                  \n

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

                  \n@param policyDescriptions Information about the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancerPoliciesResult", "variableType" : "DescribeLoadBalancerPoliciesResult", "variableDeclarationType" : "DescribeLoadBalancerPoliciesResult", "documentation" : null, "simpleType" : "DescribeLoadBalancerPoliciesResult", "variableSetterType" : "DescribeLoadBalancerPoliciesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLoadBalancerPoliciesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyDescriptions" : { "documentation" : "

                  Information about the policies.

                  ", "name" : "PolicyDescriptions", "c2jName" : "PolicyDescriptions", "c2jShape" : "PolicyDescriptions", "variable" : { "variableName" : "policyDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the policies.

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

                  Information about the policies.

                  \n@param policyDescriptions Information about the policies.*/", "getterDocumentation" : "/**

                  Information about the policies.

                  \n@return Information about the policies.*/", "fluentSetterDocumentation" : "/**

                  Information about the policies.

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

                  Information about the policies.

                  \n

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

                  \n@param policyDescriptions Information about the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DuplicateLoadBalancerNameException" : { "c2jName" : "DuplicateLoadBalancerNameException", "documentation" : "

                  The specified load balancer name already exists for this account.

                  ", "shapeName" : "DuplicateLoadBalancerNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "duplicateLoadBalancerNameException", "variableType" : "DuplicateLoadBalancerNameException", "variableDeclarationType" : "DuplicateLoadBalancerNameException", "documentation" : null, "simpleType" : "DuplicateLoadBalancerNameException", "variableSetterType" : "DuplicateLoadBalancerNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicateLoadBalancerName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfigureHealthCheckResult" : { "c2jName" : "ConfigureHealthCheckOutput", "documentation" : "", "shapeName" : "ConfigureHealthCheckResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The updated health check.

                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                  The updated health check.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The updated health check.

                  \n@param healthCheck The updated health check.*/", "getterDocumentation" : "/**

                  The updated health check.

                  \n@return The updated health check.*/", "fluentSetterDocumentation" : "/**

                  The updated health check.

                  \n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The updated health check.

                  \n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configureHealthCheckResult", "variableType" : "ConfigureHealthCheckResult", "variableDeclarationType" : "ConfigureHealthCheckResult", "documentation" : null, "simpleType" : "ConfigureHealthCheckResult", "variableSetterType" : "ConfigureHealthCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ConfigureHealthCheckResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheck" : { "documentation" : "

                  The updated health check.

                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                  The updated health check.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The updated health check.

                  \n@param healthCheck The updated health check.*/", "getterDocumentation" : "/**

                  The updated health check.

                  \n@return The updated health check.*/", "fluentSetterDocumentation" : "/**

                  The updated health check.

                  \n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The updated health check.

                  \n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLoadBalancersRequest" : { "c2jName" : "DescribeAccessPointsInput", "documentation" : "", "shapeName" : "DescribeLoadBalancersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The names of the load balancers.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the load balancers.

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

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.*/", "getterDocumentation" : "/**

                  The names of the load balancers.

                  \n@return The names of the load balancers.*/", "fluentSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n

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

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "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.)*/", "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.)*/", "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.*/", "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.*/" }, { "documentation" : "

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  ", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@param pageSize The maximum number of results to return with this call (a number from 1 to 400). The default is 400.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@return The maximum number of results to return with this call (a number from 1 to 400). The default is 400.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@param pageSize The maximum number of results to return with this call (a number from 1 to 400). The default is 400.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@param pageSize The maximum number of results to return with this call (a number from 1 to 400). The default is 400.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "variableDeclarationType" : "DescribeLoadBalancersRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "marshaller" : { "action" : "DescribeLoadBalancers", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerNames" : { "documentation" : "

                  The names of the load balancers.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the load balancers.

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

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.*/", "getterDocumentation" : "/**

                  The names of the load balancers.

                  \n@return The names of the load balancers.*/", "fluentSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the load balancers.

                  \n

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

                  \n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageSize" : { "documentation" : "

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  ", "name" : "PageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageSize", "marshallLocationName" : "PageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@param pageSize The maximum number of results to return with this call (a number from 1 to 400). The default is 400.*/", "getterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@return The maximum number of results to return with this call (a number from 1 to 400). The default is 400.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@param pageSize The maximum number of results to return with this call (a number from 1 to 400). The default is 400.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

                  \n@param pageSize The maximum number of results to return with this call (a number from 1 to 400). The default is 400.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The marker for the next set of results. (You received this marker from a previous call.)

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "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.)*/", "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.)*/", "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.*/", "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.*/" } } }, "DuplicateListenerException" : { "c2jName" : "DuplicateListenerException", "documentation" : "

                  A listener already exists for the specified LoadBalancerName and LoadBalancerPort, but with a different InstancePort, Protocol, or SSLCertificateId.

                  ", "shapeName" : "DuplicateListenerException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "duplicateListenerException", "variableType" : "DuplicateListenerException", "variableDeclarationType" : "DuplicateListenerException", "documentation" : null, "simpleType" : "DuplicateListenerException", "variableSetterType" : "DuplicateListenerException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicateListener", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PolicyTypeDescription" : { "c2jName" : "PolicyTypeDescription", "documentation" : "

                  Information about a policy type.

                  ", "shapeName" : "PolicyTypeDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the policy type.

                  ", "name" : "PolicyTypeName", "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "variable" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyTypeName", "marshallLocationName" : "PolicyTypeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.*/", "getterDocumentation" : "/**

                  The name of the policy type.

                  \n@return The name of the policy type.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy type.

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

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A description of the policy type.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A description of the policy type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  A description of the policy type.

                  \n@param description A description of the policy type.*/", "getterDocumentation" : "/**

                  A description of the policy type.

                  \n@return A description of the policy type.*/", "fluentSetterDocumentation" : "/**

                  A description of the policy type.

                  \n@param description A description of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A description of the policy type.

                  \n@param description A description of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  ", "name" : "PolicyAttributeTypeDescriptions", "c2jName" : "PolicyAttributeTypeDescriptions", "c2jShape" : "PolicyAttributeTypeDescriptions", "variable" : { "variableName" : "policyAttributeTypeDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

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

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n@param policyAttributeTypeDescriptions The description of the policy attributes associated with the policies defined by Elastic Load Balancing.*/", "getterDocumentation" : "/**

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n@return The description of the policy attributes associated with the policies defined by Elastic Load Balancing.*/", "fluentSetterDocumentation" : "/**

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n@param policyAttributeTypeDescriptions The description of the policy attributes associated with the policies defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n

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

                  \n@param policyAttributeTypeDescriptions The description of the policy attributes associated with the policies defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyTypeDescription", "variableType" : "PolicyTypeDescription", "variableDeclarationType" : "PolicyTypeDescription", "documentation" : null, "simpleType" : "PolicyTypeDescription", "variableSetterType" : "PolicyTypeDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                  A description of the policy type.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A description of the policy type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  A description of the policy type.

                  \n@param description A description of the policy type.*/", "getterDocumentation" : "/**

                  A description of the policy type.

                  \n@return A description of the policy type.*/", "fluentSetterDocumentation" : "/**

                  A description of the policy type.

                  \n@param description A description of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A description of the policy type.

                  \n@param description A description of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyAttributeTypeDescriptions" : { "documentation" : "

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  ", "name" : "PolicyAttributeTypeDescriptions", "c2jName" : "PolicyAttributeTypeDescriptions", "c2jShape" : "PolicyAttributeTypeDescriptions", "variable" : { "variableName" : "policyAttributeTypeDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

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

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n@param policyAttributeTypeDescriptions The description of the policy attributes associated with the policies defined by Elastic Load Balancing.*/", "getterDocumentation" : "/**

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n@return The description of the policy attributes associated with the policies defined by Elastic Load Balancing.*/", "fluentSetterDocumentation" : "/**

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n@param policyAttributeTypeDescriptions The description of the policy attributes associated with the policies defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                  \n

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

                  \n@param policyAttributeTypeDescriptions The description of the policy attributes associated with the policies defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyTypeName" : { "documentation" : "

                  The name of the policy type.

                  ", "name" : "PolicyTypeName", "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "variable" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyTypeName", "marshallLocationName" : "PolicyTypeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.*/", "getterDocumentation" : "/**

                  The name of the policy type.

                  \n@return The name of the policy type.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy type.

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

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateLoadBalancerListenersResult" : { "c2jName" : "CreateLoadBalancerListenerOutput", "documentation" : "", "shapeName" : "CreateLoadBalancerListenersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createLoadBalancerListenersResult", "variableType" : "CreateLoadBalancerListenersResult", "variableDeclarationType" : "CreateLoadBalancerListenersResult", "documentation" : null, "simpleType" : "CreateLoadBalancerListenersResult", "variableSetterType" : "CreateLoadBalancerListenersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateLoadBalancerListenersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteLoadBalancerListenersRequest" : { "c2jName" : "DeleteLoadBalancerListenerInput", "documentation" : "", "shapeName" : "DeleteLoadBalancerListenersRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "LoadBalancerPorts" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The client port numbers of the listeners.

                  ", "name" : "LoadBalancerPorts", "c2jName" : "LoadBalancerPorts", "c2jShape" : "Ports", "variable" : { "variableName" : "loadBalancerPorts", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The client port numbers of the listeners.

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

                  The client port numbers of the listeners.

                  \n@param loadBalancerPorts The client port numbers of the listeners.*/", "getterDocumentation" : "/**

                  The client port numbers of the listeners.

                  \n@return The client port numbers of the listeners.*/", "fluentSetterDocumentation" : "/**

                  The client port numbers of the listeners.

                  \n@param loadBalancerPorts The client port numbers of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The client port numbers of the listeners.

                  \n

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

                  \n@param loadBalancerPorts The client port numbers of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteLoadBalancerListenersRequest", "variableType" : "DeleteLoadBalancerListenersRequest", "variableDeclarationType" : "DeleteLoadBalancerListenersRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerListenersRequest", "variableSetterType" : "DeleteLoadBalancerListenersRequest" }, "marshaller" : { "action" : "DeleteLoadBalancerListeners", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "LoadBalancerPorts" : { "documentation" : "

                  The client port numbers of the listeners.

                  ", "name" : "LoadBalancerPorts", "c2jName" : "LoadBalancerPorts", "c2jShape" : "Ports", "variable" : { "variableName" : "loadBalancerPorts", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The client port numbers of the listeners.

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

                  The client port numbers of the listeners.

                  \n@param loadBalancerPorts The client port numbers of the listeners.*/", "getterDocumentation" : "/**

                  The client port numbers of the listeners.

                  \n@return The client port numbers of the listeners.*/", "fluentSetterDocumentation" : "/**

                  The client port numbers of the listeners.

                  \n@param loadBalancerPorts The client port numbers of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The client port numbers of the listeners.

                  \n

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

                  \n@param loadBalancerPorts The client port numbers of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyLoadBalancerAttributesResult" : { "c2jName" : "ModifyLoadBalancerAttributesOutput", "documentation" : "", "shapeName" : "ModifyLoadBalancerAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "", "name" : "LoadBalancerAttributes", "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "setterModel" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerAttributes", "marshallLocationName" : "LoadBalancerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param loadBalancerAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyLoadBalancerAttributesResult", "variableType" : "ModifyLoadBalancerAttributesResult", "variableDeclarationType" : "ModifyLoadBalancerAttributesResult", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesResult", "variableSetterType" : "ModifyLoadBalancerAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ModifyLoadBalancerAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "LoadBalancerAttributes" : { "documentation" : "", "name" : "LoadBalancerAttributes", "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "setterModel" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerAttributes", "marshallLocationName" : "LoadBalancerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param loadBalancerAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PolicyAttributeDescription" : { "c2jName" : "PolicyAttributeDescription", "documentation" : "

                  Information about a policy attribute.

                  ", "shapeName" : "PolicyAttributeDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the attribute.

                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "getterDocumentation" : "/**

                  The name of the attribute.

                  \n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

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

                  The value of the attribute.

                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The value of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "getterDocumentation" : "/**

                  The value of the attribute.

                  \n@return The value of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyAttributeDescription", "variableType" : "PolicyAttributeDescription", "variableDeclarationType" : "PolicyAttributeDescription", "documentation" : null, "simpleType" : "PolicyAttributeDescription", "variableSetterType" : "PolicyAttributeDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributeName" : { "documentation" : "

                  The name of the attribute.

                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "getterDocumentation" : "/**

                  The name of the attribute.

                  \n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeValue" : { "documentation" : "

                  The value of the attribute.

                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The value of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "getterDocumentation" : "/**

                  The value of the attribute.

                  \n@return The value of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLoadBalancerAttributesRequest" : { "c2jName" : "DescribeLoadBalancerAttributesInput", "documentation" : "", "shapeName" : "DescribeLoadBalancerAttributesRequest", "deprecated" : false, "required" : [ "LoadBalancerName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "marshaller" : { "action" : "DescribeLoadBalancerAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } } }, "PolicyAttribute" : { "c2jName" : "PolicyAttribute", "documentation" : "

                  Information about a policy attribute.

                  ", "shapeName" : "PolicyAttribute", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the attribute.

                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "getterDocumentation" : "/**

                  The name of the attribute.

                  \n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

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

                  The value of the attribute.

                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The value of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "getterDocumentation" : "/**

                  The value of the attribute.

                  \n@return The value of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyAttribute", "variableType" : "PolicyAttribute", "variableDeclarationType" : "PolicyAttribute", "documentation" : null, "simpleType" : "PolicyAttribute", "variableSetterType" : "PolicyAttribute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributeName" : { "documentation" : "

                  The name of the attribute.

                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "getterDocumentation" : "/**

                  The name of the attribute.

                  \n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeValue" : { "documentation" : "

                  The value of the attribute.

                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The value of the attribute.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "getterDocumentation" : "/**

                  The value of the attribute.

                  \n@return The value of the attribute.*/", "fluentSetterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteLoadBalancerPolicyRequest" : { "c2jName" : "DeleteLoadBalancerPolicyInput", "documentation" : "=", "shapeName" : "DeleteLoadBalancerPolicyRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "PolicyName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The name of the policy.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy.

                  \n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

                  The name of the policy.

                  \n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy.

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

                  The name of the policy.

                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteLoadBalancerPolicyRequest", "variableType" : "DeleteLoadBalancerPolicyRequest", "variableDeclarationType" : "DeleteLoadBalancerPolicyRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerPolicyRequest", "variableSetterType" : "DeleteLoadBalancerPolicyRequest" }, "marshaller" : { "action" : "DeleteLoadBalancerPolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "PolicyName" : { "documentation" : "

                  The name of the policy.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy.

                  \n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

                  The name of the policy.

                  \n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy.

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

                  The name of the policy.

                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetLoadBalancerPoliciesOfListenerRequest" : { "c2jName" : "SetLoadBalancerPoliciesOfListenerInput", "documentation" : "", "shapeName" : "SetLoadBalancerPoliciesOfListenerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "LoadBalancerPort", "PolicyNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The external port of the load balancer for the policy.

                  ", "name" : "LoadBalancerPort", "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "variable" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The external port of the load balancer for the policy.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerPort", "marshallLocationName" : "LoadBalancerPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@param loadBalancerPort The external port of the load balancer for the policy.*/", "getterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@return The external port of the load balancer for the policy.*/", "fluentSetterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@param loadBalancerPort The external port of the load balancer for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@param loadBalancerPort The external port of the load balancer for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

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

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n@param policyNames The names of the policies. If the list is empty, the current policy is removed from the listener.*/", "getterDocumentation" : "/**

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n@return The names of the policies. If the list is empty, the current policy is removed from the listener.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n@param policyNames The names of the policies. If the list is empty, the current policy is removed from the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n

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

                  \n@param policyNames The names of the policies. If the list is empty, the current policy is removed from the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setLoadBalancerPoliciesOfListenerRequest", "variableType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest" }, "marshaller" : { "action" : "SetLoadBalancerPoliciesOfListener", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyNames" : { "documentation" : "

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

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

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n@param policyNames The names of the policies. If the list is empty, the current policy is removed from the listener.*/", "getterDocumentation" : "/**

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n@return The names of the policies. If the list is empty, the current policy is removed from the listener.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n@param policyNames The names of the policies. If the list is empty, the current policy is removed from the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, the current policy is removed from the listener.

                  \n

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

                  \n@param policyNames The names of the policies. If the list is empty, the current policy is removed from the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerPort" : { "documentation" : "

                  The external port of the load balancer for the policy.

                  ", "name" : "LoadBalancerPort", "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "variable" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The external port of the load balancer for the policy.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerPort", "marshallLocationName" : "LoadBalancerPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@param loadBalancerPort The external port of the load balancer for the policy.*/", "getterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@return The external port of the load balancer for the policy.*/", "fluentSetterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@param loadBalancerPort The external port of the load balancer for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The external port of the load balancer for the policy.

                  \n@param loadBalancerPort The external port of the load balancer for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } } }, "PolicyNotFoundException" : { "c2jName" : "PolicyNotFoundException", "documentation" : "

                  One or more of the specified policies do not exist.

                  ", "shapeName" : "PolicyNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "policyNotFoundException", "variableType" : "PolicyNotFoundException", "variableDeclarationType" : "PolicyNotFoundException", "documentation" : null, "simpleType" : "PolicyNotFoundException", "variableSetterType" : "PolicyNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PolicyNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidSchemeException" : { "c2jName" : "InvalidSchemeException", "documentation" : "

                  The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.

                  ", "shapeName" : "InvalidSchemeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSchemeException", "variableType" : "InvalidSchemeException", "variableDeclarationType" : "InvalidSchemeException", "documentation" : null, "simpleType" : "InvalidSchemeException", "variableSetterType" : "InvalidSchemeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidScheme", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisableAvailabilityZonesForLoadBalancerRequest" : { "c2jName" : "RemoveAvailabilityZonesInput", "documentation" : "", "shapeName" : "DisableAvailabilityZonesForLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "AvailabilityZones" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The Availability Zones.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The Availability Zones.

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

                  The Availability Zones.

                  \n@param availabilityZones The Availability Zones.*/", "getterDocumentation" : "/**

                  The Availability Zones.

                  \n@return The Availability Zones.*/", "fluentSetterDocumentation" : "/**

                  The Availability Zones.

                  \n@param availabilityZones The Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Availability Zones.

                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableAvailabilityZonesForLoadBalancerRequest", "variableType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest", "documentation" : null, "simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest" }, "marshaller" : { "action" : "DisableAvailabilityZonesForLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "AvailabilityZones" : { "documentation" : "

                  The Availability Zones.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The Availability Zones.

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

                  The Availability Zones.

                  \n@param availabilityZones The Availability Zones.*/", "getterDocumentation" : "/**

                  The Availability Zones.

                  \n@return The Availability Zones.*/", "fluentSetterDocumentation" : "/**

                  The Availability Zones.

                  \n@param availabilityZones The Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Availability Zones.

                  \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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeregisterInstancesFromLoadBalancerResult" : { "c2jName" : "DeregisterEndPointsOutput", "documentation" : "", "shapeName" : "DeregisterInstancesFromLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The remaining instances registered with the load balancer.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The remaining instances registered with the load balancer.

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

                  The remaining instances registered with the load balancer.

                  \n@param instances The remaining instances registered with the load balancer.*/", "getterDocumentation" : "/**

                  The remaining instances registered with the load balancer.

                  \n@return The remaining instances registered with the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The remaining instances registered with the load balancer.

                  \n@param instances The remaining instances registered with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The remaining instances registered with the load balancer.

                  \n

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

                  \n@param instances The remaining instances registered with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deregisterInstancesFromLoadBalancerResult", "variableType" : "DeregisterInstancesFromLoadBalancerResult", "variableDeclarationType" : "DeregisterInstancesFromLoadBalancerResult", "documentation" : null, "simpleType" : "DeregisterInstancesFromLoadBalancerResult", "variableSetterType" : "DeregisterInstancesFromLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DeregisterInstancesFromLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Instances" : { "documentation" : "

                  The remaining instances registered with the load balancer.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The remaining instances registered with the load balancer.

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

                  The remaining instances registered with the load balancer.

                  \n@param instances The remaining instances registered with the load balancer.*/", "getterDocumentation" : "/**

                  The remaining instances registered with the load balancer.

                  \n@return The remaining instances registered with the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The remaining instances registered with the load balancer.

                  \n@param instances The remaining instances registered with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The remaining instances registered with the load balancer.

                  \n

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

                  \n@param instances The remaining instances registered with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyLoadBalancerAttributesRequest" : { "c2jName" : "ModifyLoadBalancerAttributesInput", "documentation" : "", "shapeName" : "ModifyLoadBalancerAttributesRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "LoadBalancerAttributes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The attributes of the load balancer.

                  ", "name" : "LoadBalancerAttributes", "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "

                  The attributes of the load balancer.

                  ", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "setterModel" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerAttributes", "marshallLocationName" : "LoadBalancerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.*/", "getterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@return The attributes of the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "marshaller" : { "action" : "ModifyLoadBalancerAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "LoadBalancerAttributes" : { "documentation" : "

                  The attributes of the load balancer.

                  ", "name" : "LoadBalancerAttributes", "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "

                  The attributes of the load balancer.

                  ", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "setterModel" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerAttributes", "marshallLocationName" : "LoadBalancerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.*/", "getterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@return The attributes of the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidSecurityGroupException" : { "c2jName" : "InvalidSecurityGroupException", "documentation" : "

                  One or more of the specified security groups do not exist.

                  ", "shapeName" : "InvalidSecurityGroupException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSecurityGroupException", "variableType" : "InvalidSecurityGroupException", "variableDeclarationType" : "InvalidSecurityGroupException", "documentation" : null, "simpleType" : "InvalidSecurityGroupException", "variableSetterType" : "InvalidSecurityGroupException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateLoadBalancerPolicyResult" : { "c2jName" : "CreateLoadBalancerPolicyOutput", "documentation" : "", "shapeName" : "CreateLoadBalancerPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createLoadBalancerPolicyResult", "variableType" : "CreateLoadBalancerPolicyResult", "variableDeclarationType" : "CreateLoadBalancerPolicyResult", "documentation" : null, "simpleType" : "CreateLoadBalancerPolicyResult", "variableSetterType" : "CreateLoadBalancerPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateLoadBalancerPolicyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Instance" : { "c2jName" : "Instance", "documentation" : "

                  The ID of a back-end instance.

                  ", "shapeName" : "Instance", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The ID of the instance.

                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the instance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                  The ID of the instance.

                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                  The ID of the instance.

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

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instance", "variableType" : "Instance", "variableDeclarationType" : "Instance", "documentation" : null, "simpleType" : "Instance", "variableSetterType" : "Instance" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceId" : { "documentation" : "

                  The ID of the instance.

                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the instance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                  The ID of the instance.

                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                  The ID of the instance.

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

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLoadBalancersResult" : { "c2jName" : "DescribeAccessPointsOutput", "documentation" : "", "shapeName" : "DescribeLoadBalancersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Information about the load balancers.

                  ", "name" : "LoadBalancerDescriptions", "c2jName" : "LoadBalancerDescriptions", "c2jShape" : "LoadBalancerDescriptions", "variable" : { "variableName" : "loadBalancerDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the load balancers.

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

                  Information about the load balancers.

                  \n@param loadBalancerDescriptions Information about the load balancers.*/", "getterDocumentation" : "/**

                  Information about the load balancers.

                  \n@return Information about the load balancers.*/", "fluentSetterDocumentation" : "/**

                  Information about the load balancers.

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

                  Information about the load balancers.

                  \n

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

                  \n@param loadBalancerDescriptions Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "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" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "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.*/", "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.*/", "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.*/", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancersResult", "variableType" : "DescribeLoadBalancersResult", "variableDeclarationType" : "DescribeLoadBalancersResult", "documentation" : null, "simpleType" : "DescribeLoadBalancersResult", "variableSetterType" : "DescribeLoadBalancersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLoadBalancersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerDescriptions" : { "documentation" : "

                  Information about the load balancers.

                  ", "name" : "LoadBalancerDescriptions", "c2jName" : "LoadBalancerDescriptions", "c2jShape" : "LoadBalancerDescriptions", "variable" : { "variableName" : "loadBalancerDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the load balancers.

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

                  Information about the load balancers.

                  \n@param loadBalancerDescriptions Information about the load balancers.*/", "getterDocumentation" : "/**

                  Information about the load balancers.

                  \n@return Information about the load balancers.*/", "fluentSetterDocumentation" : "/**

                  Information about the load balancers.

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

                  Information about the load balancers.

                  \n

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

                  \n@param loadBalancerDescriptions Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

                  The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "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" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "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.*/", "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.*/", "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.*/", "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.*/" } } }, "PolicyTypeNotFoundException" : { "c2jName" : "PolicyTypeNotFoundException", "documentation" : "

                  One or more of the specified policy types do not exist.

                  ", "shapeName" : "PolicyTypeNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "policyTypeNotFoundException", "variableType" : "PolicyTypeNotFoundException", "variableDeclarationType" : "PolicyTypeNotFoundException", "documentation" : null, "simpleType" : "PolicyTypeNotFoundException", "variableSetterType" : "PolicyTypeNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PolicyTypeNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LoadBalancerNotFoundException" : { "c2jName" : "LoadBalancerNotFoundException", "documentation" : "

                  The specified load balancer does not exist.

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

                  Information about a policy.

                  ", "shapeName" : "PolicyDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the policy.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy.

                  \n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

                  The name of the policy.

                  \n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy.

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

                  The name of the policy.

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

                  The name of the policy type.

                  ", "name" : "PolicyTypeName", "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "variable" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyTypeName", "marshallLocationName" : "PolicyTypeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.*/", "getterDocumentation" : "/**

                  The name of the policy type.

                  \n@return The name of the policy type.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy type.

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

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The policy attributes.

                  ", "name" : "PolicyAttributeDescriptions", "c2jName" : "PolicyAttributeDescriptions", "c2jShape" : "PolicyAttributeDescriptions", "variable" : { "variableName" : "policyAttributeDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The policy attributes.

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

                  The policy attributes.

                  \n@param policyAttributeDescriptions The policy attributes.*/", "getterDocumentation" : "/**

                  The policy attributes.

                  \n@return The policy attributes.*/", "fluentSetterDocumentation" : "/**

                  The policy attributes.

                  \n@param policyAttributeDescriptions The policy attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The policy attributes.

                  \n

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

                  \n@param policyAttributeDescriptions The policy attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyDescription", "variableType" : "PolicyDescription", "variableDeclarationType" : "PolicyDescription", "documentation" : null, "simpleType" : "PolicyDescription", "variableSetterType" : "PolicyDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyAttributeDescriptions" : { "documentation" : "

                  The policy attributes.

                  ", "name" : "PolicyAttributeDescriptions", "c2jName" : "PolicyAttributeDescriptions", "c2jShape" : "PolicyAttributeDescriptions", "variable" : { "variableName" : "policyAttributeDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The policy attributes.

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

                  The policy attributes.

                  \n@param policyAttributeDescriptions The policy attributes.*/", "getterDocumentation" : "/**

                  The policy attributes.

                  \n@return The policy attributes.*/", "fluentSetterDocumentation" : "/**

                  The policy attributes.

                  \n@param policyAttributeDescriptions The policy attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The policy attributes.

                  \n

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

                  \n@param policyAttributeDescriptions The policy attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

                  The name of the policy.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy.

                  \n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

                  The name of the policy.

                  \n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy.

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

                  The name of the policy.

                  \n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyTypeName" : { "documentation" : "

                  The name of the policy type.

                  ", "name" : "PolicyTypeName", "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "variable" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyTypeName", "marshallLocationName" : "PolicyTypeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.*/", "getterDocumentation" : "/**

                  The name of the policy type.

                  \n@return The name of the policy type.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy type.

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

                  The name of the policy type.

                  \n@param policyTypeName The name of the policy type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SourceSecurityGroup" : { "c2jName" : "SourceSecurityGroup", "documentation" : "

                  Information about a source security group.

                  ", "shapeName" : "SourceSecurityGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The owner of the security group.

                  ", "name" : "OwnerAlias", "c2jName" : "OwnerAlias", "c2jShape" : "SecurityGroupOwnerAlias", "variable" : { "variableName" : "ownerAlias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The owner of the security group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownerAlias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAlias", "marshallLocationName" : "OwnerAlias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The owner of the security group.

                  \n@param ownerAlias The owner of the security group.*/", "getterDocumentation" : "/**

                  The owner of the security group.

                  \n@return The owner of the security group.*/", "fluentSetterDocumentation" : "/**

                  The owner of the security group.

                  \n@param ownerAlias The owner of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The owner of the security group.

                  \n@param ownerAlias The owner of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the security group.

                  ", "name" : "GroupName", "c2jName" : "GroupName", "c2jShape" : "SecurityGroupName", "variable" : { "variableName" : "groupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the security group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "groupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "GroupName", "marshallLocationName" : "GroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the security group.

                  \n@param groupName The name of the security group.*/", "getterDocumentation" : "/**

                  The name of the security group.

                  \n@return The name of the security group.*/", "fluentSetterDocumentation" : "/**

                  The name of the security group.

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

                  The name of the security group.

                  \n@param groupName The name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "variableDeclarationType" : "SourceSecurityGroup", "documentation" : null, "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "GroupName" : { "documentation" : "

                  The name of the security group.

                  ", "name" : "GroupName", "c2jName" : "GroupName", "c2jShape" : "SecurityGroupName", "variable" : { "variableName" : "groupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the security group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "groupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "GroupName", "marshallLocationName" : "GroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the security group.

                  \n@param groupName The name of the security group.*/", "getterDocumentation" : "/**

                  The name of the security group.

                  \n@return The name of the security group.*/", "fluentSetterDocumentation" : "/**

                  The name of the security group.

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

                  The name of the security group.

                  \n@param groupName The name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OwnerAlias" : { "documentation" : "

                  The owner of the security group.

                  ", "name" : "OwnerAlias", "c2jName" : "OwnerAlias", "c2jShape" : "SecurityGroupOwnerAlias", "variable" : { "variableName" : "ownerAlias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The owner of the security group.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownerAlias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerAlias", "marshallLocationName" : "OwnerAlias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The owner of the security group.

                  \n@param ownerAlias The owner of the security group.*/", "getterDocumentation" : "/**

                  The owner of the security group.

                  \n@return The owner of the security group.*/", "fluentSetterDocumentation" : "/**

                  The owner of the security group.

                  \n@param ownerAlias The owner of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The owner of the security group.

                  \n@param ownerAlias The owner of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LBCookieStickinessPolicy" : { "c2jName" : "LBCookieStickinessPolicy", "documentation" : "

                  Information about a policy for duration-based session stickiness.

                  ", "shapeName" : "LBCookieStickinessPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name for the policy being created. The name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@return The name for the policy being created. The name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name for the policy being created. The name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name for the policy being created. The name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  ", "name" : "CookieExpirationPeriod", "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "variable" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieExpirationPeriod", "marshallLocationName" : "CookieExpirationPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.*/", "getterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@return The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.*/", "fluentSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lBCookieStickinessPolicy", "variableType" : "LBCookieStickinessPolicy", "variableDeclarationType" : "LBCookieStickinessPolicy", "documentation" : null, "simpleType" : "LBCookieStickinessPolicy", "variableSetterType" : "LBCookieStickinessPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CookieExpirationPeriod" : { "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  ", "name" : "CookieExpirationPeriod", "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "variable" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieExpirationPeriod", "marshallLocationName" : "CookieExpirationPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.*/", "getterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@return The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.*/", "fluentSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name for the policy being created. The name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@return The name for the policy being created. The name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name for the policy being created. The name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name for the policy being created. The name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name for the policy being created. The name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ApplySecurityGroupsToLoadBalancerRequest" : { "c2jName" : "ApplySecurityGroupsToLoadBalancerInput", "documentation" : "", "shapeName" : "ApplySecurityGroupsToLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "SecurityGroups" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

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

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/", "getterDocumentation" : "/**

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \n@return The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \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 associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "applySecurityGroupsToLoadBalancerRequest", "variableType" : "ApplySecurityGroupsToLoadBalancerRequest", "variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest", "documentation" : null, "simpleType" : "ApplySecurityGroupsToLoadBalancerRequest", "variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest" }, "marshaller" : { "action" : "ApplySecurityGroupsToLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "SecurityGroups" : { "documentation" : "

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

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

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/", "getterDocumentation" : "/**

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \n@return The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

                  \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 associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetLoadBalancerPoliciesForBackendServerResult" : { "c2jName" : "SetLoadBalancerPoliciesForBackendServerOutput", "documentation" : "", "shapeName" : "SetLoadBalancerPoliciesForBackendServerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setLoadBalancerPoliciesForBackendServerResult", "variableType" : "SetLoadBalancerPoliciesForBackendServerResult", "variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerResult", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesForBackendServerResult", "variableSetterType" : "SetLoadBalancerPoliciesForBackendServerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "SetLoadBalancerPoliciesForBackendServerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyLoadBalancersException" : { "c2jName" : "TooManyLoadBalancersException", "documentation" : "

                  The quota for the number of load balancers has been reached.

                  ", "shapeName" : "TooManyLoadBalancersException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tooManyLoadBalancersException", "variableType" : "TooManyLoadBalancersException", "variableDeclarationType" : "TooManyLoadBalancersException", "documentation" : null, "simpleType" : "TooManyLoadBalancersException", "variableSetterType" : "TooManyLoadBalancersException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyLoadBalancers", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteLoadBalancerResult" : { "c2jName" : "DeleteAccessPointOutput", "documentation" : "", "shapeName" : "DeleteLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteLoadBalancerResult", "variableType" : "DeleteLoadBalancerResult", "variableDeclarationType" : "DeleteLoadBalancerResult", "documentation" : null, "simpleType" : "DeleteLoadBalancerResult", "variableSetterType" : "DeleteLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DeleteLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteLoadBalancerPolicyResult" : { "c2jName" : "DeleteLoadBalancerPolicyOutput", "documentation" : "", "shapeName" : "DeleteLoadBalancerPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteLoadBalancerPolicyResult", "variableType" : "DeleteLoadBalancerPolicyResult", "variableDeclarationType" : "DeleteLoadBalancerPolicyResult", "documentation" : null, "simpleType" : "DeleteLoadBalancerPolicyResult", "variableSetterType" : "DeleteLoadBalancerPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DeleteLoadBalancerPolicyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetLoadBalancerPoliciesForBackendServerRequest" : { "c2jName" : "SetLoadBalancerPoliciesForBackendServerInput", "documentation" : "", "shapeName" : "SetLoadBalancerPoliciesForBackendServerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "InstancePort", "PolicyNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The port number associated with the back-end server.

                  ", "name" : "InstancePort", "c2jName" : "InstancePort", "c2jShape" : "EndPointPort", "variable" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port number associated with the back-end server.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstancePort", "marshallLocationName" : "InstancePort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@param instancePort The port number associated with the back-end server.*/", "getterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@return The port number associated with the back-end server.*/", "fluentSetterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@param instancePort The port number associated with the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@param instancePort The port number associated with the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

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

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the back-end server.*/", "getterDocumentation" : "/**

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n@return The names of the policies. If the list is empty, then all current polices are removed from the back-end server.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n

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

                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setLoadBalancerPoliciesForBackendServerRequest", "variableType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest" }, "marshaller" : { "action" : "SetLoadBalancerPoliciesForBackendServer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyNames" : { "documentation" : "

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

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

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the back-end server.*/", "getterDocumentation" : "/**

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n@return The names of the policies. If the list is empty, then all current polices are removed from the back-end server.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

                  \n

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

                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstancePort" : { "documentation" : "

                  The port number associated with the back-end server.

                  ", "name" : "InstancePort", "c2jName" : "InstancePort", "c2jShape" : "EndPointPort", "variable" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port number associated with the back-end server.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstancePort", "marshallLocationName" : "InstancePort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@param instancePort The port number associated with the back-end server.*/", "getterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@return The port number associated with the back-end server.*/", "fluentSetterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@param instancePort The port number associated with the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port number associated with the back-end server.

                  \n@param instancePort The port number associated with the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } } }, "ConnectionDraining" : { "c2jName" : "ConnectionDraining", "documentation" : "

                  Information about the ConnectionDraining attribute.

                  ", "shapeName" : "ConnectionDraining", "deprecated" : false, "required" : [ "Enabled" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Specifies whether connection draining is enabled for the load balancer.

                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "ConnectionDrainingEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether connection draining is enabled for the load balancer.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@param enabled Specifies whether connection draining is enabled for the load balancer.*/", "getterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@return Specifies whether connection draining is enabled for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  ", "name" : "Timeout", "c2jName" : "Timeout", "c2jShape" : "ConnectionDrainingTimeout", "variable" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timeout", "marshallLocationName" : "Timeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/", "getterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@return The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/", "fluentSetterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "variableDeclarationType" : "ConnectionDraining", "documentation" : null, "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "

                  Specifies whether connection draining is enabled for the load balancer.

                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "ConnectionDrainingEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether connection draining is enabled for the load balancer.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@param enabled Specifies whether connection draining is enabled for the load balancer.*/", "getterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@return Specifies whether connection draining is enabled for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether connection draining is enabled for the load balancer.

                  \n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Timeout" : { "documentation" : "

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  ", "name" : "Timeout", "c2jName" : "Timeout", "c2jShape" : "ConnectionDrainingTimeout", "variable" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timeout", "marshallLocationName" : "Timeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/", "getterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@return The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/", "fluentSetterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

                  \n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteLoadBalancerListenersResult" : { "c2jName" : "DeleteLoadBalancerListenerOutput", "documentation" : "", "shapeName" : "DeleteLoadBalancerListenersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteLoadBalancerListenersResult", "variableType" : "DeleteLoadBalancerListenersResult", "variableDeclarationType" : "DeleteLoadBalancerListenersResult", "documentation" : null, "simpleType" : "DeleteLoadBalancerListenersResult", "variableSetterType" : "DeleteLoadBalancerListenersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DeleteLoadBalancerListenersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EnableAvailabilityZonesForLoadBalancerResult" : { "c2jName" : "AddAvailabilityZonesOutput", "documentation" : "", "shapeName" : "EnableAvailabilityZonesForLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The updated list of Availability Zones for the load balancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The updated list of Availability Zones for the load balancer.

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

                  The updated list of Availability Zones for the load balancer.

                  \n@param availabilityZones The updated list of Availability Zones for the load balancer.*/", "getterDocumentation" : "/**

                  The updated list of Availability Zones for the load balancer.

                  \n@return The updated list of Availability Zones for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The updated list of Availability Zones for the load balancer.

                  \n@param availabilityZones The updated list of Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The updated list of 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 updated list of Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableAvailabilityZonesForLoadBalancerResult", "variableType" : "EnableAvailabilityZonesForLoadBalancerResult", "variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerResult", "documentation" : null, "simpleType" : "EnableAvailabilityZonesForLoadBalancerResult", "variableSetterType" : "EnableAvailabilityZonesForLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "EnableAvailabilityZonesForLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AvailabilityZones" : { "documentation" : "

                  The updated list of Availability Zones for the load balancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The updated list of Availability Zones for the load balancer.

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

                  The updated list of Availability Zones for the load balancer.

                  \n@param availabilityZones The updated list of Availability Zones for the load balancer.*/", "getterDocumentation" : "/**

                  The updated list of Availability Zones for the load balancer.

                  \n@return The updated list of Availability Zones for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The updated list of Availability Zones for the load balancer.

                  \n@param availabilityZones The updated list of Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The updated list of 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 updated list of Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LoadBalancerDescription" : { "c2jName" : "LoadBalancerDescription", "documentation" : "

                  Information about a load balancer.

                  ", "shapeName" : "LoadBalancerDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The external DNS name of the load balancer.

                  ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The external DNS name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DNSName", "marshallLocationName" : "DNSName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@param dNSName The external DNS name of the load balancer.*/", "getterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@return The external DNS name of the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@param dNSName The external DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@param dNSName The external DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  ", "name" : "CanonicalHostedZoneName", "c2jName" : "CanonicalHostedZoneName", "c2jShape" : "DNSName", "variable" : { "variableName" : "canonicalHostedZoneName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "canonicalHostedZoneName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CanonicalHostedZoneName", "marshallLocationName" : "CanonicalHostedZoneName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@param canonicalHostedZoneName The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@return The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@param canonicalHostedZoneName The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@param canonicalHostedZoneName The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  ", "name" : "CanonicalHostedZoneNameID", "c2jName" : "CanonicalHostedZoneNameID", "c2jShape" : "DNSName", "variable" : { "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CanonicalHostedZoneNameID", "marshallLocationName" : "CanonicalHostedZoneNameID", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone name associated with the load balancer.*/", "getterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@return The ID of the Amazon Route 53 hosted zone name associated with the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone name associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone name associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The listeners for the load balancer.

                  ", "name" : "ListenerDescriptions", "c2jName" : "ListenerDescriptions", "c2jShape" : "ListenerDescriptions", "variable" : { "variableName" : "listenerDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The listeners for the load balancer.

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

                  The listeners for the load balancer.

                  \n@param listenerDescriptions The listeners for the load balancer.*/", "getterDocumentation" : "/**

                  The listeners for the load balancer.

                  \n@return The listeners for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The listeners for the load balancer.

                  \n@param listenerDescriptions The listeners for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The listeners for the load balancer.

                  \n

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

                  \n@param listenerDescriptions The listeners for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The policies defined for the load balancer.

                  ", "name" : "Policies", "c2jName" : "Policies", "c2jShape" : "Policies", "variable" : { "variableName" : "policies", "variableType" : "Policies", "variableDeclarationType" : "Policies", "documentation" : "

                  The policies defined for the load balancer.

                  ", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "setterModel" : { "variableName" : "policies", "variableType" : "Policies", "variableDeclarationType" : "Policies", "documentation" : "", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "getterModel" : { "returnType" : "Policies", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policies", "marshallLocationName" : "Policies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.*/", "getterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@return The policies defined for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Information about the back-end servers.

                  ", "name" : "BackendServerDescriptions", "c2jName" : "BackendServerDescriptions", "c2jShape" : "BackendServerDescriptions", "variable" : { "variableName" : "backendServerDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the back-end servers.

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

                  Information about the back-end servers.

                  \n@param backendServerDescriptions Information about the back-end servers.*/", "getterDocumentation" : "/**

                  Information about the back-end servers.

                  \n@return Information about the back-end servers.*/", "fluentSetterDocumentation" : "/**

                  Information about the back-end servers.

                  \n@param backendServerDescriptions Information about the back-end servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the back-end servers.

                  \n

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

                  \n@param backendServerDescriptions Information about the back-end servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The Availability Zones for the load balancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The Availability Zones for the load balancer.

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

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.*/", "getterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@return The Availability Zones for the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the subnets for the load balancer.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets for the load balancer.

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

                  The IDs of the subnets for the load balancer.

                  \n@param subnets The IDs of the subnets for the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

                  \n@return The IDs of the subnets for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

                  \n@param subnets The IDs of the subnets for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

                  \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 for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "name" : "VPCId", "c2jName" : "VPCId", "c2jShape" : "VPCId", "variable" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCId", "marshallLocationName" : "VPCId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vPCId The ID of the VPC for the load balancer.*/", "getterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@return The ID of the VPC for the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the instances for the load balancer.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances for the load balancer.

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

                  The IDs of the instances for the load balancer.

                  \n@param instances The IDs of the instances for the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

                  \n@return The IDs of the instances for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

                  \n@param instances The IDs of the instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

                  \n

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

                  \n@param instances The IDs of the instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Information about the health checks conducted on the load balancer.

                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                  Information about the health checks conducted on the load balancer.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.*/", "getterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@return Information about the health checks conducted on the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  ", "name" : "SourceSecurityGroup", "c2jName" : "SourceSecurityGroup", "c2jShape" : "SourceSecurityGroup", "variable" : { "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "variableDeclarationType" : "SourceSecurityGroup", "documentation" : "

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  ", "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "setterModel" : { "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "variableDeclarationType" : "SourceSecurityGroup", "documentation" : "", "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "getterModel" : { "returnType" : "SourceSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSecurityGroup", "marshallLocationName" : "SourceSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.*/", "getterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@return The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.*/", "fluentSetterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

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

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \n@param securityGroups The security groups for the load balancer. Valid only for load balancers in a VPC.*/", "getterDocumentation" : "/**

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \n@return The security groups for the load balancer. Valid only for load balancers in a VPC.*/", "fluentSetterDocumentation" : "/**

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \n@param securityGroups The security groups for the load balancer. Valid only for load balancers in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \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 security groups for the load balancer. Valid only for load balancers in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The date and time the load balancer was created.

                  ", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The date and time the load balancer was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.*/", "getterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@return The date and time the load balancer was created.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  ", "name" : "Scheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "variable" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Scheme", "marshallLocationName" : "Scheme", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@param scheme The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.*/", "getterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@return The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.*/", "fluentSetterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@param scheme The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@param scheme The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "loadBalancerDescription", "variableType" : "LoadBalancerDescription", "variableDeclarationType" : "LoadBalancerDescription", "documentation" : null, "simpleType" : "LoadBalancerDescription", "variableSetterType" : "LoadBalancerDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policies" : { "documentation" : "

                  The policies defined for the load balancer.

                  ", "name" : "Policies", "c2jName" : "Policies", "c2jShape" : "Policies", "variable" : { "variableName" : "policies", "variableType" : "Policies", "variableDeclarationType" : "Policies", "documentation" : "

                  The policies defined for the load balancer.

                  ", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "setterModel" : { "variableName" : "policies", "variableType" : "Policies", "variableDeclarationType" : "Policies", "documentation" : "", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "getterModel" : { "returnType" : "Policies", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policies", "marshallLocationName" : "Policies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.*/", "getterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@return The policies defined for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Scheme" : { "documentation" : "

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  ", "name" : "Scheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "variable" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scheme", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Scheme", "marshallLocationName" : "Scheme", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@param scheme The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.*/", "getterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@return The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.*/", "fluentSetterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@param scheme The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.

                  \n@param scheme The type of load balancer. Valid only for load balancers in a VPC.

                  If Scheme is internet-facing, the load balancer has a public DNS name that resolves to a public IP address.

                  If Scheme is internal, the load balancer has a public DNS name that resolves to a private IP address.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedTime" : { "documentation" : "

                  The date and time the load balancer was created.

                  ", "name" : "CreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "variable" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                  The date and time the load balancer was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedTime", "marshallLocationName" : "CreatedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.*/", "getterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@return The date and time the load balancer was created.*/", "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.*/", "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.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "ListenerDescriptions" : { "documentation" : "

                  The listeners for the load balancer.

                  ", "name" : "ListenerDescriptions", "c2jName" : "ListenerDescriptions", "c2jShape" : "ListenerDescriptions", "variable" : { "variableName" : "listenerDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The listeners for the load balancer.

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

                  The listeners for the load balancer.

                  \n@param listenerDescriptions The listeners for the load balancer.*/", "getterDocumentation" : "/**

                  The listeners for the load balancer.

                  \n@return The listeners for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The listeners for the load balancer.

                  \n@param listenerDescriptions The listeners for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The listeners for the load balancer.

                  \n

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

                  \n@param listenerDescriptions The listeners for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

                  The Availability Zones for the load balancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The Availability Zones for the load balancer.

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

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.*/", "getterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n@return The Availability Zones for the load balancer.*/", "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.*/", "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.*/" }, "Instances" : { "documentation" : "

                  The IDs of the instances for the load balancer.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances for the load balancer.

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

                  The IDs of the instances for the load balancer.

                  \n@param instances The IDs of the instances for the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

                  \n@return The IDs of the instances for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

                  \n@param instances The IDs of the instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

                  \n

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

                  \n@param instances The IDs of the instances for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroups" : { "documentation" : "

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  ", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

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

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \n@param securityGroups The security groups for the load balancer. Valid only for load balancers in a VPC.*/", "getterDocumentation" : "/**

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \n@return The security groups for the load balancer. Valid only for load balancers in a VPC.*/", "fluentSetterDocumentation" : "/**

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \n@param securityGroups The security groups for the load balancer. Valid only for load balancers in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

                  \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 security groups for the load balancer. Valid only for load balancers in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheck" : { "documentation" : "

                  Information about the health checks conducted on the load balancer.

                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                  Information about the health checks conducted on the load balancer.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.*/", "getterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@return Information about the health checks conducted on the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceSecurityGroup" : { "documentation" : "

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  ", "name" : "SourceSecurityGroup", "c2jName" : "SourceSecurityGroup", "c2jShape" : "SourceSecurityGroup", "variable" : { "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "variableDeclarationType" : "SourceSecurityGroup", "documentation" : "

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  ", "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "setterModel" : { "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "variableDeclarationType" : "SourceSecurityGroup", "documentation" : "", "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "getterModel" : { "returnType" : "SourceSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSecurityGroup", "marshallLocationName" : "SourceSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.*/", "getterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@return The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.*/", "fluentSetterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CanonicalHostedZoneNameID" : { "documentation" : "

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  ", "name" : "CanonicalHostedZoneNameID", "c2jName" : "CanonicalHostedZoneNameID", "c2jShape" : "DNSName", "variable" : { "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CanonicalHostedZoneNameID", "marshallLocationName" : "CanonicalHostedZoneNameID", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone name associated with the load balancer.*/", "getterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@return The ID of the Amazon Route 53 hosted zone name associated with the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone name associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone name associated with the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone name associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPCId" : { "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "name" : "VPCId", "c2jName" : "VPCId", "c2jShape" : "VPCId", "variable" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the VPC for the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCId", "marshallLocationName" : "VPCId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@param vPCId The ID of the VPC for the load balancer.*/", "getterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

                  \n@return The ID of the VPC for the load balancer.*/", "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.*/", "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.*/" }, "CanonicalHostedZoneName" : { "documentation" : "

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  ", "name" : "CanonicalHostedZoneName", "c2jName" : "CanonicalHostedZoneName", "c2jShape" : "DNSName", "variable" : { "variableName" : "canonicalHostedZoneName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "canonicalHostedZoneName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CanonicalHostedZoneName", "marshallLocationName" : "CanonicalHostedZoneName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@param canonicalHostedZoneName The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@return The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@param canonicalHostedZoneName The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  \n@param canonicalHostedZoneName The Amazon Route 53 hosted zone associated with the load balancer.

                  For more information, see Using Domain Names With Elastic Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DNSName" : { "documentation" : "

                  The external DNS name of the load balancer.

                  ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The external DNS name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DNSName", "marshallLocationName" : "DNSName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@param dNSName The external DNS name of the load balancer.*/", "getterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@return The external DNS name of the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@param dNSName The external DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The external DNS name of the load balancer.

                  \n@param dNSName The external DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Subnets" : { "documentation" : "

                  The IDs of the subnets for the load balancer.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets for the load balancer.

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

                  The IDs of the subnets for the load balancer.

                  \n@param subnets The IDs of the subnets for the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

                  \n@return The IDs of the subnets for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

                  \n@param subnets The IDs of the subnets for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

                  \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 for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BackendServerDescriptions" : { "documentation" : "

                  Information about the back-end servers.

                  ", "name" : "BackendServerDescriptions", "c2jName" : "BackendServerDescriptions", "c2jShape" : "BackendServerDescriptions", "variable" : { "variableName" : "backendServerDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the back-end servers.

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

                  Information about the back-end servers.

                  \n@param backendServerDescriptions Information about the back-end servers.*/", "getterDocumentation" : "/**

                  Information about the back-end servers.

                  \n@return Information about the back-end servers.*/", "fluentSetterDocumentation" : "/**

                  Information about the back-end servers.

                  \n@param backendServerDescriptions Information about the back-end servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the back-end servers.

                  \n

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

                  \n@param backendServerDescriptions Information about the back-end servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAppCookieStickinessPolicyResult" : { "c2jName" : "CreateAppCookieStickinessPolicyOutput", "documentation" : "", "shapeName" : "CreateAppCookieStickinessPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createAppCookieStickinessPolicyResult", "variableType" : "CreateAppCookieStickinessPolicyResult", "variableDeclarationType" : "CreateAppCookieStickinessPolicyResult", "documentation" : null, "simpleType" : "CreateAppCookieStickinessPolicyResult", "variableSetterType" : "CreateAppCookieStickinessPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateAppCookieStickinessPolicyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidConfigurationRequestException" : { "c2jName" : "InvalidConfigurationRequestException", "documentation" : "

                  The requested configuration change is not valid.

                  ", "shapeName" : "InvalidConfigurationRequestException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidConfigurationRequestException", "variableType" : "InvalidConfigurationRequestException", "variableDeclarationType" : "InvalidConfigurationRequestException", "documentation" : null, "simpleType" : "InvalidConfigurationRequestException", "variableSetterType" : "InvalidConfigurationRequestException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeregisterInstancesFromLoadBalancerRequest" : { "c2jName" : "DeregisterEndPointsInput", "documentation" : "", "shapeName" : "DeregisterInstancesFromLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "Instances" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the instances.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n@param instances The IDs of the instances.*/", "getterDocumentation" : "/**

                  The IDs of the instances.

                  \n@return The IDs of the instances.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n

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

                  \n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deregisterInstancesFromLoadBalancerRequest", "variableType" : "DeregisterInstancesFromLoadBalancerRequest", "variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest", "documentation" : null, "simpleType" : "DeregisterInstancesFromLoadBalancerRequest", "variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest" }, "marshaller" : { "action" : "DeregisterInstancesFromLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "Instances" : { "documentation" : "

                  The IDs of the instances.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n@param instances The IDs of the instances.*/", "getterDocumentation" : "/**

                  The IDs of the instances.

                  \n@return The IDs of the instances.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n

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

                  \n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachLoadBalancerToSubnetsResult" : { "c2jName" : "AttachLoadBalancerToSubnetsOutput", "documentation" : "", "shapeName" : "AttachLoadBalancerToSubnetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The IDs of the subnets attached to the load balancer.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets attached to the load balancer.

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

                  The IDs of the subnets attached to the load balancer.

                  \n@param subnets The IDs of the subnets attached to the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the subnets attached to the load balancer.

                  \n@return The IDs of the subnets attached to the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets attached to the load balancer.

                  \n@param subnets The IDs of the subnets attached to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets attached to the load balancer.

                  \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 attached to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attachLoadBalancerToSubnetsResult", "variableType" : "AttachLoadBalancerToSubnetsResult", "variableDeclarationType" : "AttachLoadBalancerToSubnetsResult", "documentation" : null, "simpleType" : "AttachLoadBalancerToSubnetsResult", "variableSetterType" : "AttachLoadBalancerToSubnetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "AttachLoadBalancerToSubnetsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Subnets" : { "documentation" : "

                  The IDs of the subnets attached to the load balancer.

                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the subnets attached to the load balancer.

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

                  The IDs of the subnets attached to the load balancer.

                  \n@param subnets The IDs of the subnets attached to the load balancer.*/", "getterDocumentation" : "/**

                  The IDs of the subnets attached to the load balancer.

                  \n@return The IDs of the subnets attached to the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the subnets attached to the load balancer.

                  \n@param subnets The IDs of the subnets attached to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The IDs of the subnets attached to the load balancer.

                  \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 attached to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BackendServerDescription" : { "c2jName" : "BackendServerDescription", "documentation" : "

                  Information about the configuration of a back-end server.

                  ", "shapeName" : "BackendServerDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The port on which the back-end server is listening.

                  ", "name" : "InstancePort", "c2jName" : "InstancePort", "c2jShape" : "InstancePort", "variable" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port on which the back-end server is listening.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstancePort", "marshallLocationName" : "InstancePort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@param instancePort The port on which the back-end server is listening.*/", "getterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@return The port on which the back-end server is listening.*/", "fluentSetterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@param instancePort The port on which the back-end server is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@param instancePort The port on which the back-end server is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The names of the policies enabled for the back-end server.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies enabled for the back-end server.

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

                  The names of the policies enabled for the back-end server.

                  \n@param policyNames The names of the policies enabled for the back-end server.*/", "getterDocumentation" : "/**

                  The names of the policies enabled for the back-end server.

                  \n@return The names of the policies enabled for the back-end server.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies enabled for the back-end server.

                  \n@param policyNames The names of the policies enabled for the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policies enabled for the back-end server.

                  \n

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

                  \n@param policyNames The names of the policies enabled for the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "backendServerDescription", "variableType" : "BackendServerDescription", "variableDeclarationType" : "BackendServerDescription", "documentation" : null, "simpleType" : "BackendServerDescription", "variableSetterType" : "BackendServerDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyNames" : { "documentation" : "

                  The names of the policies enabled for the back-end server.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies enabled for the back-end server.

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

                  The names of the policies enabled for the back-end server.

                  \n@param policyNames The names of the policies enabled for the back-end server.*/", "getterDocumentation" : "/**

                  The names of the policies enabled for the back-end server.

                  \n@return The names of the policies enabled for the back-end server.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies enabled for the back-end server.

                  \n@param policyNames The names of the policies enabled for the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policies enabled for the back-end server.

                  \n

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

                  \n@param policyNames The names of the policies enabled for the back-end server.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstancePort" : { "documentation" : "

                  The port on which the back-end server is listening.

                  ", "name" : "InstancePort", "c2jName" : "InstancePort", "c2jShape" : "InstancePort", "variable" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port on which the back-end server is listening.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstancePort", "marshallLocationName" : "InstancePort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@param instancePort The port on which the back-end server is listening.*/", "getterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@return The port on which the back-end server is listening.*/", "fluentSetterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@param instancePort The port on which the back-end server is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port on which the back-end server is listening.

                  \n@param instancePort The port on which the back-end server is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLoadBalancerPoliciesRequest" : { "c2jName" : "DescribeLoadBalancerPoliciesInput", "documentation" : "", "shapeName" : "DescribeLoadBalancerPoliciesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The names of the policies.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies.

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

                  The names of the policies.

                  \n@param policyNames The names of the policies.*/", "getterDocumentation" : "/**

                  The names of the policies.

                  \n@return The names of the policies.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies.

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

                  The names of the policies.

                  \n

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

                  \n@param policyNames The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancerPoliciesRequest", "variableType" : "DescribeLoadBalancerPoliciesRequest", "variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerPoliciesRequest", "variableSetterType" : "DescribeLoadBalancerPoliciesRequest" }, "marshaller" : { "action" : "DescribeLoadBalancerPolicies", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyNames" : { "documentation" : "

                  The names of the policies.

                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policies.

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

                  The names of the policies.

                  \n@param policyNames The names of the policies.*/", "getterDocumentation" : "/**

                  The names of the policies.

                  \n@return The names of the policies.*/", "fluentSetterDocumentation" : "/**

                  The names of the policies.

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

                  The names of the policies.

                  \n

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

                  \n@param policyNames The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" } } }, "CreateLoadBalancerListenersRequest" : { "c2jName" : "CreateLoadBalancerListenerInput", "documentation" : "", "shapeName" : "CreateLoadBalancerListenersRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "Listeners" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The listeners.

                  ", "name" : "Listeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "variable" : { "variableName" : "listeners", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The listeners.

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

                  The listeners.

                  \n@param listeners The listeners.*/", "getterDocumentation" : "/**

                  The listeners.

                  \n@return The listeners.*/", "fluentSetterDocumentation" : "/**

                  The listeners.

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

                  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 The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createLoadBalancerListenersRequest", "variableType" : "CreateLoadBalancerListenersRequest", "variableDeclarationType" : "CreateLoadBalancerListenersRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerListenersRequest", "variableSetterType" : "CreateLoadBalancerListenersRequest" }, "marshaller" : { "action" : "CreateLoadBalancerListeners", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "Listeners" : { "documentation" : "

                  The listeners.

                  ", "name" : "Listeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "variable" : { "variableName" : "listeners", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The listeners.

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

                  The listeners.

                  \n@param listeners The listeners.*/", "getterDocumentation" : "/**

                  The listeners.

                  \n@return The listeners.*/", "fluentSetterDocumentation" : "/**

                  The listeners.

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

                  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 The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListenerNotFoundException" : { "c2jName" : "ListenerNotFoundException", "documentation" : "

                  The load balancer does not have a listener configured at the specified port.

                  ", "shapeName" : "ListenerNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "listenerNotFoundException", "variableType" : "ListenerNotFoundException", "variableDeclarationType" : "ListenerNotFoundException", "documentation" : null, "simpleType" : "ListenerNotFoundException", "variableSetterType" : "ListenerNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ListenerNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateAppCookieStickinessPolicyRequest" : { "c2jName" : "CreateAppCookieStickinessPolicyInput", "documentation" : "", "shapeName" : "CreateAppCookieStickinessPolicyRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "PolicyName", "CookieName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "name" : "CookieName", "c2jName" : "CookieName", "c2jShape" : "CookieName", "variable" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieName", "marshallLocationName" : "CookieName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.*/", "getterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@return The name of the application cookie used for stickiness.*/", "fluentSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAppCookieStickinessPolicyRequest", "variableType" : "CreateAppCookieStickinessPolicyRequest", "variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest", "documentation" : null, "simpleType" : "CreateAppCookieStickinessPolicyRequest", "variableSetterType" : "CreateAppCookieStickinessPolicyRequest" }, "marshaller" : { "action" : "CreateAppCookieStickinessPolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "PolicyName" : { "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CookieName" : { "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "name" : "CookieName", "c2jName" : "CookieName", "c2jShape" : "CookieName", "variable" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the application cookie used for stickiness.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cookieName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieName", "marshallLocationName" : "CookieName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.*/", "getterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@return The name of the application cookie used for stickiness.*/", "fluentSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the application cookie used for stickiness.

                  \n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeInstanceHealthRequest" : { "c2jName" : "DescribeEndPointStateInput", "documentation" : "", "shapeName" : "DescribeInstanceHealthRequest", "deprecated" : false, "required" : [ "LoadBalancerName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the instances.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n@param instances The IDs of the instances.*/", "getterDocumentation" : "/**

                  The IDs of the instances.

                  \n@return The IDs of the instances.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n

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

                  \n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeInstanceHealthRequest", "variableType" : "DescribeInstanceHealthRequest", "variableDeclarationType" : "DescribeInstanceHealthRequest", "documentation" : null, "simpleType" : "DescribeInstanceHealthRequest", "variableSetterType" : "DescribeInstanceHealthRequest" }, "marshaller" : { "action" : "DescribeInstanceHealth", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "Instances" : { "documentation" : "

                  The IDs of the instances.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n@param instances The IDs of the instances.*/", "getterDocumentation" : "/**

                  The IDs of the instances.

                  \n@return The IDs of the instances.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n

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

                  \n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateLoadBalancerPolicyRequest" : { "c2jName" : "CreateLoadBalancerPolicyInput", "documentation" : "", "shapeName" : "CreateLoadBalancerPolicyRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "PolicyName", "PolicyTypeName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  ", "name" : "PolicyTypeName", "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "variable" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyTypeName", "marshallLocationName" : "PolicyTypeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@param policyTypeName The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.*/", "getterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@return The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.*/", "fluentSetterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@param policyTypeName The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@param policyTypeName The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The attributes for the policy.

                  ", "name" : "PolicyAttributes", "c2jName" : "PolicyAttributes", "c2jShape" : "PolicyAttributes", "variable" : { "variableName" : "policyAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The attributes for the policy.

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

                  The attributes for the policy.

                  \n@param policyAttributes The attributes for the policy.*/", "getterDocumentation" : "/**

                  The attributes for the policy.

                  \n@return The attributes for the policy.*/", "fluentSetterDocumentation" : "/**

                  The attributes for the policy.

                  \n@param policyAttributes The attributes for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The attributes for the policy.

                  \n

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

                  \n@param policyAttributes The attributes for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createLoadBalancerPolicyRequest", "variableType" : "CreateLoadBalancerPolicyRequest", "variableDeclarationType" : "CreateLoadBalancerPolicyRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerPolicyRequest", "variableSetterType" : "CreateLoadBalancerPolicyRequest" }, "marshaller" : { "action" : "CreateLoadBalancerPolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "PolicyName" : { "documentation" : "

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyTypeName" : { "documentation" : "

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  ", "name" : "PolicyTypeName", "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "variable" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyTypeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyTypeName", "marshallLocationName" : "PolicyTypeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@param policyTypeName The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.*/", "getterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@return The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.*/", "fluentSetterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@param policyTypeName The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

                  \n@param policyTypeName The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyAttributes" : { "documentation" : "

                  The attributes for the policy.

                  ", "name" : "PolicyAttributes", "c2jName" : "PolicyAttributes", "c2jShape" : "PolicyAttributes", "variable" : { "variableName" : "policyAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The attributes for the policy.

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

                  The attributes for the policy.

                  \n@param policyAttributes The attributes for the policy.*/", "getterDocumentation" : "/**

                  The attributes for the policy.

                  \n@return The attributes for the policy.*/", "fluentSetterDocumentation" : "/**

                  The attributes for the policy.

                  \n@param policyAttributes The attributes for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The attributes for the policy.

                  \n

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

                  \n@param policyAttributes The attributes for the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableAvailabilityZonesForLoadBalancerResult" : { "c2jName" : "RemoveAvailabilityZonesOutput", "documentation" : "", "shapeName" : "DisableAvailabilityZonesForLoadBalancerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The remaining Availability Zones for the load balancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The remaining Availability Zones for the load balancer.

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

                  The remaining Availability Zones for the load balancer.

                  \n@param availabilityZones The remaining Availability Zones for the load balancer.*/", "getterDocumentation" : "/**

                  The remaining Availability Zones for the load balancer.

                  \n@return The remaining Availability Zones for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The remaining Availability Zones for the load balancer.

                  \n@param availabilityZones The remaining Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The remaining 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 remaining Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableAvailabilityZonesForLoadBalancerResult", "variableType" : "DisableAvailabilityZonesForLoadBalancerResult", "variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerResult", "documentation" : null, "simpleType" : "DisableAvailabilityZonesForLoadBalancerResult", "variableSetterType" : "DisableAvailabilityZonesForLoadBalancerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DisableAvailabilityZonesForLoadBalancerResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AvailabilityZones" : { "documentation" : "

                  The remaining Availability Zones for the load balancer.

                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The remaining Availability Zones for the load balancer.

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

                  The remaining Availability Zones for the load balancer.

                  \n@param availabilityZones The remaining Availability Zones for the load balancer.*/", "getterDocumentation" : "/**

                  The remaining Availability Zones for the load balancer.

                  \n@return The remaining Availability Zones for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The remaining Availability Zones for the load balancer.

                  \n@param availabilityZones The remaining Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The remaining 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 remaining Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterInstancesWithLoadBalancerRequest" : { "c2jName" : "RegisterEndPointsInput", "documentation" : "", "shapeName" : "RegisterInstancesWithLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "Instances" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The IDs of the instances.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n@param instances The IDs of the instances.*/", "getterDocumentation" : "/**

                  The IDs of the instances.

                  \n@return The IDs of the instances.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n

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

                  \n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerInstancesWithLoadBalancerRequest", "variableType" : "RegisterInstancesWithLoadBalancerRequest", "variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest", "documentation" : null, "simpleType" : "RegisterInstancesWithLoadBalancerRequest", "variableSetterType" : "RegisterInstancesWithLoadBalancerRequest" }, "marshaller" : { "action" : "RegisterInstancesWithLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "Instances" : { "documentation" : "

                  The IDs of the instances.

                  ", "name" : "Instances", "c2jName" : "Instances", "c2jShape" : "Instances", "variable" : { "variableName" : "instances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n@param instances The IDs of the instances.*/", "getterDocumentation" : "/**

                  The IDs of the instances.

                  \n@return The IDs of the instances.*/", "fluentSetterDocumentation" : "/**

                  The IDs of the instances.

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

                  The IDs of the instances.

                  \n

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

                  \n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HealthCheck" : { "c2jName" : "HealthCheck", "documentation" : "

                  Information about a health check.

                  ", "shapeName" : "HealthCheck", "deprecated" : false, "required" : [ "Target", "Interval", "Timeout", "UnhealthyThreshold", "HealthyThreshold" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  ", "name" : "Target", "c2jName" : "Target", "c2jShape" : "HealthCheckTarget", "variable" : { "variableName" : "target", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "target", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Target", "marshallLocationName" : "Target", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/", "getterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@return The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/", "fluentSetterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The approximate interval, in seconds, between health checks of an individual instance.

                  ", "name" : "Interval", "c2jName" : "Interval", "c2jShape" : "HealthCheckInterval", "variable" : { "variableName" : "interval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The approximate interval, in seconds, between health checks of an individual instance.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "interval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Interval", "marshallLocationName" : "Interval", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@param interval The approximate interval, in seconds, between health checks of an individual instance.*/", "getterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@return The approximate interval, in seconds, between health checks of an individual instance.*/", "fluentSetterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  ", "name" : "Timeout", "c2jName" : "Timeout", "c2jShape" : "HealthCheckTimeout", "variable" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timeout", "marshallLocationName" : "Timeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@param timeout The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.*/", "getterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@return The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.*/", "fluentSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@param timeout The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@param timeout The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  ", "name" : "UnhealthyThreshold", "c2jName" : "UnhealthyThreshold", "c2jShape" : "UnhealthyThreshold", "variable" : { "variableName" : "unhealthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "unhealthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "UnhealthyThreshold", "marshallLocationName" : "UnhealthyThreshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy state.*/", "getterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@return The number of consecutive health check failures required before moving the instance to the Unhealthy state.*/", "fluentSetterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  ", "name" : "HealthyThreshold", "c2jName" : "HealthyThreshold", "c2jShape" : "HealthyThreshold", "variable" : { "variableName" : "healthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthyThreshold", "marshallLocationName" : "HealthyThreshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy state.*/", "getterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@return The number of consecutive health checks successes required before moving the instance to the Healthy state.*/", "fluentSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : null, "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Timeout" : { "documentation" : "

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  ", "name" : "Timeout", "c2jName" : "Timeout", "c2jShape" : "HealthCheckTimeout", "variable" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timeout", "marshallLocationName" : "Timeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@param timeout The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.*/", "getterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@return The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.*/", "fluentSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@param timeout The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.

                  \n@param timeout The amount of time, in seconds, during which no response means a failed health check.

                  This value must be less than the Interval value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Interval" : { "documentation" : "

                  The approximate interval, in seconds, between health checks of an individual instance.

                  ", "name" : "Interval", "c2jName" : "Interval", "c2jShape" : "HealthCheckInterval", "variable" : { "variableName" : "interval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The approximate interval, in seconds, between health checks of an individual instance.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "interval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Interval", "marshallLocationName" : "Interval", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@param interval The approximate interval, in seconds, between health checks of an individual instance.*/", "getterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@return The approximate interval, in seconds, between health checks of an individual instance.*/", "fluentSetterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The approximate interval, in seconds, between health checks of an individual instance.

                  \n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Target" : { "documentation" : "

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  ", "name" : "Target", "c2jName" : "Target", "c2jShape" : "HealthCheckTarget", "variable" : { "variableName" : "target", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "target", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Target", "marshallLocationName" : "Target", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/", "getterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@return The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/", "fluentSetterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.

                  \n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

                  TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.

                  SSL is also specified as SSL: port pair, for example, SSL:5000.

                  For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.

                  The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthyThreshold" : { "documentation" : "

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  ", "name" : "HealthyThreshold", "c2jName" : "HealthyThreshold", "c2jShape" : "HealthyThreshold", "variable" : { "variableName" : "healthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthyThreshold", "marshallLocationName" : "HealthyThreshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy state.*/", "getterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@return The number of consecutive health checks successes required before moving the instance to the Healthy state.*/", "fluentSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The number of consecutive health checks successes required before moving the instance to the Healthy state.

                  \n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UnhealthyThreshold" : { "documentation" : "

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  ", "name" : "UnhealthyThreshold", "c2jName" : "UnhealthyThreshold", "c2jShape" : "UnhealthyThreshold", "variable" : { "variableName" : "unhealthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "unhealthyThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "UnhealthyThreshold", "marshallLocationName" : "UnhealthyThreshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy state.*/", "getterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@return The number of consecutive health check failures required before moving the instance to the Unhealthy state.*/", "fluentSetterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The number of consecutive health check failures required before moving the instance to the Unhealthy state.

                  \n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnetException", "documentation" : "

                  The specified VPC has no associated Internet gateway.

                  ", "shapeName" : "InvalidSubnetException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "variableDeclarationType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSubnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeLoadBalancerAttributesResult" : { "c2jName" : "DescribeLoadBalancerAttributesOutput", "documentation" : "", "shapeName" : "DescribeLoadBalancerAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Information about the load balancer attributes.

                  ", "name" : "LoadBalancerAttributes", "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "

                  Information about the load balancer attributes.

                  ", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "setterModel" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerAttributes", "marshallLocationName" : "LoadBalancerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@param loadBalancerAttributes Information about the load balancer attributes.*/", "getterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@return Information about the load balancer attributes.*/", "fluentSetterDocumentation" : "/**

                  Information about the load balancer attributes.

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

                  Information about the load balancer attributes.

                  \n@param loadBalancerAttributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancerAttributesResult", "variableType" : "DescribeLoadBalancerAttributesResult", "variableDeclarationType" : "DescribeLoadBalancerAttributesResult", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesResult", "variableSetterType" : "DescribeLoadBalancerAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeLoadBalancerAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerAttributes" : { "documentation" : "

                  Information about the load balancer attributes.

                  ", "name" : "LoadBalancerAttributes", "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "

                  Information about the load balancer attributes.

                  ", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "setterModel" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerAttributes", "marshallLocationName" : "LoadBalancerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@param loadBalancerAttributes Information about the load balancer attributes.*/", "getterDocumentation" : "/**

                  Information about the load balancer attributes.

                  \n@return Information about the load balancer attributes.*/", "fluentSetterDocumentation" : "/**

                  Information about the load balancer attributes.

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

                  Information about the load balancer attributes.

                  \n@param loadBalancerAttributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TagKeyOnly" : { "c2jName" : "TagKeyOnly", "documentation" : "

                  The key of a tag.

                  ", "shapeName" : "TagKeyOnly", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the key.

                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the key.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the key.

                  \n@param key The name of the key.*/", "getterDocumentation" : "/**

                  The name of the key.

                  \n@return The name of the key.*/", "fluentSetterDocumentation" : "/**

                  The name of the key.

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

                  The name of the key.

                  \n@param key The name of the key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tagKeyOnly", "variableType" : "TagKeyOnly", "variableDeclarationType" : "TagKeyOnly", "documentation" : null, "simpleType" : "TagKeyOnly", "variableSetterType" : "TagKeyOnly" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Key" : { "documentation" : "

                  The name of the key.

                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the key.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the key.

                  \n@param key The name of the key.*/", "getterDocumentation" : "/**

                  The name of the key.

                  \n@return The name of the key.*/", "fluentSetterDocumentation" : "/**

                  The name of the key.

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

                  The name of the key.

                  \n@param key The name of the key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfigureHealthCheckRequest" : { "c2jName" : "ConfigureHealthCheckInput", "documentation" : "", "shapeName" : "ConfigureHealthCheckRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "HealthCheck" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The configuration information for the new health check.

                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                  The configuration information for the new health check.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@param healthCheck The configuration information for the new health check.*/", "getterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@return The configuration information for the new health check.*/", "fluentSetterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "configureHealthCheckRequest", "variableType" : "ConfigureHealthCheckRequest", "variableDeclarationType" : "ConfigureHealthCheckRequest", "documentation" : null, "simpleType" : "ConfigureHealthCheckRequest", "variableSetterType" : "ConfigureHealthCheckRequest" }, "marshaller" : { "action" : "ConfigureHealthCheck", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "HealthCheck" : { "documentation" : "

                  The configuration information for the new health check.

                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                  The configuration information for the new health check.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@param healthCheck The configuration information for the new health check.*/", "getterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@return The configuration information for the new health check.*/", "fluentSetterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The configuration information for the new health check.

                  \n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateLBCookieStickinessPolicyRequest" : { "c2jName" : "CreateLBCookieStickinessPolicyInput", "documentation" : "", "shapeName" : "CreateLBCookieStickinessPolicyRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "PolicyName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  ", "name" : "CookieExpirationPeriod", "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "variable" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieExpirationPeriod", "marshallLocationName" : "CookieExpirationPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.*/", "getterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@return The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.*/", "fluentSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createLBCookieStickinessPolicyRequest", "variableType" : "CreateLBCookieStickinessPolicyRequest", "variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest", "documentation" : null, "simpleType" : "CreateLBCookieStickinessPolicyRequest", "variableSetterType" : "CreateLBCookieStickinessPolicyRequest" }, "marshaller" : { "action" : "CreateLBCookieStickinessPolicy", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CookieExpirationPeriod" : { "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  ", "name" : "CookieExpirationPeriod", "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "variable" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "CookieExpirationPeriod", "marshallLocationName" : "CookieExpirationPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.*/", "getterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@return The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.*/", "fluentSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.

                  \n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                  The name of the load balancer.

                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the load balancer.

                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                  The name of the load balancer.

                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "PolicyName" : { "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "name" : "PolicyName", "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PolicyName", "marshallLocationName" : "PolicyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "getterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/", "fluentSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsInput", "documentation" : "", "shapeName" : "RemoveTagsRequest", "deprecated" : false, "required" : [ "LoadBalancerNames", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The name of the load balancer. You can specify a maximum of one load balancer name.

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

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n@param loadBalancerNames The name of the load balancer. You can specify a maximum of one load balancer name.*/", "getterDocumentation" : "/**

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n@return The name of the load balancer. You can specify a maximum of one load balancer name.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n@param loadBalancerNames The name of the load balancer. You can specify a maximum of one load balancer name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n

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

                  \n@param loadBalancerNames The name of the load balancer. You can specify a maximum of one load balancer name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The list of tag keys to remove.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The list of tag keys to remove.

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

                  The list of tag keys to remove.

                  \n@param tags The list of tag keys to remove.*/", "getterDocumentation" : "/**

                  The list of tag keys to remove.

                  \n@return The list of tag keys to remove.*/", "fluentSetterDocumentation" : "/**

                  The list of tag keys to remove.

                  \n@param tags The list of tag keys to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The list of tag keys to remove.

                  \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 list of tag keys to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "marshaller" : { "action" : "RemoveTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                  The list of tag keys to remove.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The list of tag keys to remove.

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

                  The list of tag keys to remove.

                  \n@param tags The list of tag keys to remove.*/", "getterDocumentation" : "/**

                  The list of tag keys to remove.

                  \n@return The list of tag keys to remove.*/", "fluentSetterDocumentation" : "/**

                  The list of tag keys to remove.

                  \n@param tags The list of tag keys to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The list of tag keys to remove.

                  \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 list of tag keys to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerNames" : { "documentation" : "

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The name of the load balancer. You can specify a maximum of one load balancer name.

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

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n@param loadBalancerNames The name of the load balancer. You can specify a maximum of one load balancer name.*/", "getterDocumentation" : "/**

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n@return The name of the load balancer. You can specify a maximum of one load balancer name.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n@param loadBalancerNames The name of the load balancer. You can specify a maximum of one load balancer name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer. You can specify a maximum of one load balancer name.

                  \n

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

                  \n@param loadBalancerNames The name of the load balancer. You can specify a maximum of one load balancer name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Listener" : { "c2jName" : "Listener", "documentation" : "

                  Information about a listener.

                  For information about the protocols and the ports supported by Elastic Load Balancing, see Listener Configurations for Elastic Load Balancing in the Elastic Load Balancing Developer Guide.

                  ", "shapeName" : "Listener", "deprecated" : false, "required" : [ "Protocol", "LoadBalancerPort", "InstancePort" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "name" : "Protocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "variable" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Protocol", "marshallLocationName" : "Protocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@param protocol The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.*/", "getterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@return The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.*/", "fluentSetterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@param protocol The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@param protocol The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  ", "name" : "LoadBalancerPort", "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "variable" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerPort", "marshallLocationName" : "LoadBalancerPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@param loadBalancerPort The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.*/", "getterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@return The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.*/", "fluentSetterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@param loadBalancerPort The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@param loadBalancerPort The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  ", "name" : "InstanceProtocol", "c2jName" : "InstanceProtocol", "c2jShape" : "Protocol", "variable" : { "variableName" : "instanceProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceProtocol", "marshallLocationName" : "InstanceProtocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@param instanceProtocol The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.*/", "getterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@return The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.*/", "fluentSetterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@param instanceProtocol The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@param instanceProtocol The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The port on which the instance is listening.

                  ", "name" : "InstancePort", "c2jName" : "InstancePort", "c2jShape" : "InstancePort", "variable" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port on which the instance is listening.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstancePort", "marshallLocationName" : "InstancePort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port on which the instance is listening.

                  \n@param instancePort The port on which the instance is listening.*/", "getterDocumentation" : "/**

                  The port on which the instance is listening.

                  \n@return The port on which the instance is listening.*/", "fluentSetterDocumentation" : "/**

                  The port on which the instance is listening.

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

                  The port on which the instance is listening.

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

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "name" : "SSLCertificateId", "c2jName" : "SSLCertificateId", "c2jShape" : "SSLCertificateId", "variable" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SSLCertificateId", "marshallLocationName" : "SSLCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the server certificate.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@return The Amazon Resource Name (ARN) of the server certificate.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

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

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the server certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listener", "variableType" : "Listener", "variableDeclarationType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerPort" : { "documentation" : "

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  ", "name" : "LoadBalancerPort", "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "variable" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerPort", "marshallLocationName" : "LoadBalancerPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@param loadBalancerPort The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.*/", "getterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@return The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.*/", "fluentSetterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@param loadBalancerPort The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

                  \n@param loadBalancerPort The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstancePort" : { "documentation" : "

                  The port on which the instance is listening.

                  ", "name" : "InstancePort", "c2jName" : "InstancePort", "c2jShape" : "InstancePort", "variable" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The port on which the instance is listening.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instancePort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstancePort", "marshallLocationName" : "InstancePort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The port on which the instance is listening.

                  \n@param instancePort The port on which the instance is listening.*/", "getterDocumentation" : "/**

                  The port on which the instance is listening.

                  \n@return The port on which the instance is listening.*/", "fluentSetterDocumentation" : "/**

                  The port on which the instance is listening.

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

                  The port on which the instance is listening.

                  \n@param instancePort The port on which the instance is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SSLCertificateId" : { "documentation" : "

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "name" : "SSLCertificateId", "c2jName" : "SSLCertificateId", "c2jShape" : "SSLCertificateId", "variable" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SSLCertificateId", "marshallLocationName" : "SSLCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the server certificate.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@return The Amazon Resource Name (ARN) of the server certificate.*/", "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

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

                  The Amazon Resource Name (ARN) of the server certificate.

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

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  ", "name" : "InstanceProtocol", "c2jName" : "InstanceProtocol", "c2jShape" : "Protocol", "variable" : { "variableName" : "instanceProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceProtocol", "marshallLocationName" : "InstanceProtocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@param instanceProtocol The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.*/", "getterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@return The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.*/", "fluentSetterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@param instanceProtocol The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.

                  \n@param instanceProtocol The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.

                  If the front-end protocol is HTTP, HTTPS, TCP, or SSL, InstanceProtocol must be at the same protocol.

                  If there is another listener with the same InstancePort whose InstanceProtocol is secure, (HTTPS or SSL), the listener's InstanceProtocol must also be secure.

                  If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be HTTP or TCP.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Protocol" : { "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "name" : "Protocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "variable" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Protocol", "marshallLocationName" : "Protocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@param protocol The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.*/", "getterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@return The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.*/", "fluentSetterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@param protocol The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  \n@param protocol The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConnectionSettings" : { "c2jName" : "ConnectionSettings", "documentation" : "

                  Information about the ConnectionSettings attribute.

                  ", "shapeName" : "ConnectionSettings", "deprecated" : false, "required" : [ "IdleTimeout" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  ", "name" : "IdleTimeout", "c2jName" : "IdleTimeout", "c2jShape" : "IdleTimeout", "variable" : { "variableName" : "idleTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "idleTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdleTimeout", "marshallLocationName" : "IdleTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/", "getterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@return The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "variableDeclarationType" : "ConnectionSettings", "documentation" : null, "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdleTimeout" : { "documentation" : "

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  ", "name" : "IdleTimeout", "c2jName" : "IdleTimeout", "c2jShape" : "IdleTimeout", "variable" : { "variableName" : "idleTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "idleTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdleTimeout", "marshallLocationName" : "IdleTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/", "getterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@return The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/", "fluentSetterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

                  \n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsRequest" : { "c2jName" : "AddTagsInput", "documentation" : "", "shapeName" : "AddTagsRequest", "deprecated" : false, "required" : [ "LoadBalancerNames", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The name of the load balancer. You can specify one load balancer only.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The name of the load balancer. You can specify one load balancer only.

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

                  The name of the load balancer. You can specify one load balancer only.

                  \n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.*/", "getterDocumentation" : "/**

                  The name of the load balancer. You can specify one load balancer only.

                  \n@return The name of the load balancer. You can specify one load balancer only.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer. You can specify one load balancer only.

                  \n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer. You can specify one load balancer only.

                  \n

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

                  \n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The tags.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The tags.

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

                  The tags.

                  \n@param tags The tags.*/", "getterDocumentation" : "/**

                  The tags.

                  \n@return The tags.*/", "fluentSetterDocumentation" : "/**

                  The tags.

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

                  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 The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : null, "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "marshaller" : { "action" : "AddTags", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                  The tags.

                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The tags.

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

                  The tags.

                  \n@param tags The tags.*/", "getterDocumentation" : "/**

                  The tags.

                  \n@return The tags.*/", "fluentSetterDocumentation" : "/**

                  The tags.

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

                  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 The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerNames" : { "documentation" : "

                  The name of the load balancer. You can specify one load balancer only.

                  ", "name" : "LoadBalancerNames", "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "variable" : { "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The name of the load balancer. You can specify one load balancer only.

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

                  The name of the load balancer. You can specify one load balancer only.

                  \n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.*/", "getterDocumentation" : "/**

                  The name of the load balancer. You can specify one load balancer only.

                  \n@return The name of the load balancer. You can specify one load balancer only.*/", "fluentSetterDocumentation" : "/**

                  The name of the load balancer. You can specify one load balancer only.

                  \n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the load balancer. You can specify one load balancer only.

                  \n

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

                  \n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateLBCookieStickinessPolicyResult" : { "c2jName" : "CreateLBCookieStickinessPolicyOutput", "documentation" : "", "shapeName" : "CreateLBCookieStickinessPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createLBCookieStickinessPolicyResult", "variableType" : "CreateLBCookieStickinessPolicyResult", "variableDeclarationType" : "CreateLBCookieStickinessPolicyResult", "documentation" : null, "simpleType" : "CreateLBCookieStickinessPolicyResult", "variableSetterType" : "CreateLBCookieStickinessPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateLBCookieStickinessPolicyResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AccessLog" : { "c2jName" : "AccessLog", "documentation" : "

                  Information about the AccessLog attribute.

                  ", "shapeName" : "AccessLog", "deprecated" : false, "required" : [ "Enabled" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Specifies whether access log is enabled for the load balancer.

                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "AccessLogEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether access log is enabled for the load balancer.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@param enabled Specifies whether access log is enabled for the load balancer.*/", "getterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@return Specifies whether access log is enabled for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@param enabled Specifies whether access log is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@param enabled Specifies whether access log is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the Amazon S3 bucket where the access logs are stored.

                  ", "name" : "S3BucketName", "c2jName" : "S3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the Amazon S3 bucket where the access logs are stored.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3BucketName", "marshallLocationName" : "S3BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.*/", "getterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@return The name of the Amazon S3 bucket where the access logs are stored.*/", "fluentSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  ", "name" : "EmitInterval", "c2jName" : "EmitInterval", "c2jShape" : "AccessLogInterval", "variable" : { "variableName" : "emitInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "emitInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EmitInterval", "marshallLocationName" : "EmitInterval", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes*/", "getterDocumentation" : "/**

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@return The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes*/", "fluentSetterDocumentation" : "/**

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

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

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  ", "name" : "S3BucketPrefix", "c2jName" : "S3BucketPrefix", "c2jShape" : "AccessLogPrefix", "variable" : { "variableName" : "s3BucketPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3BucketPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3BucketPrefix", "marshallLocationName" : "S3BucketPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.*/", "getterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@return The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.*/", "fluentSetterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "accessLog", "variableType" : "AccessLog", "variableDeclarationType" : "AccessLog", "documentation" : null, "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "

                  Specifies whether access log is enabled for the load balancer.

                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "AccessLogEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether access log is enabled for the load balancer.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@param enabled Specifies whether access log is enabled for the load balancer.*/", "getterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@return Specifies whether access log is enabled for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@param enabled Specifies whether access log is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether access log is enabled for the load balancer.

                  \n@param enabled Specifies whether access log is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EmitInterval" : { "documentation" : "

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  ", "name" : "EmitInterval", "c2jName" : "EmitInterval", "c2jShape" : "AccessLogInterval", "variable" : { "variableName" : "emitInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "emitInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EmitInterval", "marshallLocationName" : "EmitInterval", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes*/", "getterDocumentation" : "/**

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@return The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes*/", "fluentSetterDocumentation" : "/**

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

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

                  The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes

                  \n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

                  Default: 60 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

                  The name of the Amazon S3 bucket where the access logs are stored.

                  ", "name" : "S3BucketName", "c2jName" : "S3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the Amazon S3 bucket where the access logs are stored.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3BucketName", "marshallLocationName" : "S3BucketName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.*/", "getterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@return The name of the Amazon S3 bucket where the access logs are stored.*/", "fluentSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the Amazon S3 bucket where the access logs are stored.

                  \n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketPrefix" : { "documentation" : "

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  ", "name" : "S3BucketPrefix", "c2jName" : "S3BucketPrefix", "c2jShape" : "AccessLogPrefix", "variable" : { "variableName" : "s3BucketPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3BucketPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3BucketPrefix", "marshallLocationName" : "S3BucketPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.*/", "getterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@return The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.*/", "fluentSetterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

                  \n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeLoadBalancerPolicyTypesRequest" : { "c2jName" : "DescribeLoadBalancerPolicyTypesInput", "documentation" : "", "shapeName" : "DescribeLoadBalancerPolicyTypesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  ", "name" : "PolicyTypeNames", "c2jName" : "PolicyTypeNames", "c2jShape" : "PolicyTypeNames", "variable" : { "variableName" : "policyTypeNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

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

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n@param policyTypeNames The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.*/", "getterDocumentation" : "/**

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n@return The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.*/", "fluentSetterDocumentation" : "/**

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n@param policyTypeNames The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n

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

                  \n@param policyTypeNames The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeLoadBalancerPolicyTypesRequest", "variableType" : "DescribeLoadBalancerPolicyTypesRequest", "variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerPolicyTypesRequest", "variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest" }, "marshaller" : { "action" : "DescribeLoadBalancerPolicyTypes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyTypeNames" : { "documentation" : "

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  ", "name" : "PolicyTypeNames", "c2jName" : "PolicyTypeNames", "c2jShape" : "PolicyTypeNames", "variable" : { "variableName" : "policyTypeNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

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

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n@param policyTypeNames The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.*/", "getterDocumentation" : "/**

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n@return The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.*/", "fluentSetterDocumentation" : "/**

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n@param policyTypeNames The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

                  \n

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

                  \n@param policyTypeNames The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CrossZoneLoadBalancing" : { "c2jName" : "CrossZoneLoadBalancing", "documentation" : "

                  Information about the CrossZoneLoadBalancing attribute.

                  ", "shapeName" : "CrossZoneLoadBalancing", "deprecated" : false, "required" : [ "Enabled" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "CrossZoneLoadBalancingEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@param enabled Specifies whether cross-zone load balancing is enabled for the load balancer.*/", "getterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@return Specifies whether cross-zone load balancing is enabled for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@param enabled Specifies whether cross-zone load balancing is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@param enabled Specifies whether cross-zone load balancing is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "variableDeclarationType" : "CrossZoneLoadBalancing", "documentation" : null, "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "CrossZoneLoadBalancingEnabled", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@param enabled Specifies whether cross-zone load balancing is enabled for the load balancer.*/", "getterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@return Specifies whether cross-zone load balancing is enabled for the load balancer.*/", "fluentSetterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@param enabled Specifies whether cross-zone load balancing is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies whether cross-zone load balancing is enabled for the load balancer.

                  \n@param enabled Specifies whether cross-zone load balancing is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceState" : { "c2jName" : "InstanceState", "documentation" : "

                  Information about the state of a back-end instance.

                  ", "shapeName" : "InstanceState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                  The ID of the instance.

                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID of the instance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                  The ID of the instance.

                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                  The ID of the instance.

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

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "State", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  \n@param state The current state of the instance.

                  Valid values: InService | OutOfService | Unknown*/", "getterDocumentation" : "/**

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  \n@return The current state of the instance.

                  Valid values: InService | OutOfService | Unknown*/", "fluentSetterDocumentation" : "/**

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  \n@param state The current state of the instance.

                  Valid values: InService | OutOfService | Unknown\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  \n@param state The current state of the instance.

                  Valid values: InService | OutOfService | Unknown\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A

                  ", "name" : "ReasonCode", "c2jName" : "ReasonCode", "c2jShape" : "ReasonCode", "variable" : { "variableName" : "reasonCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reasonCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReasonCode", "marshallLocationName" : "ReasonCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A

                  \n@param reasonCode Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A*/", "getterDocumentation" : "/**

                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A

                  \n@return Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A*/", "fluentSetterDocumentation" : "/**

                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A

                  \n@param reasonCode Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A

                  \n@param reasonCode Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                  Valid values: ELB | Instance | N/A\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A description of the instance state. This string can contain one or more of the following messages.

                  • N/A

                  • A transient error occurred. Please try again later.

                  • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                  • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                  • Instance registration is still in progress.

                  • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                  • Instance is not currently registered with the LoadBalancer.

                  • Instance deregistration currently in progress.

                  • Disable Availability Zone is currently in progress.

                  • Instance is in pending state.

                  • Instance is in stopped state.

                  • Instance is in terminated state.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A description of the instance state. This string can contain one or more of the following messages.

                  • N/A

                  • A transient error occurred. Please try again later.

                  • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                  • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                  • Instance registration is still in progress.

                  • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                  • Instance is not currently registered with the LoadBalancer.

                  • Instance deregistration currently in progress.

                  • Disable Availability Zone is currently in progress.

                  • Instance is in pending state.

                  • Instance is in stopped state.

                  • Instance is in terminated state.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                  A description of the instance state. This string can contain one or more of the following messages.

                  • N/A

                  • A transient error occurred. Please try again later.

                  • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                  • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                  • Instance registration is still in progress.

                  • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                  • Instance is not currently registered with the LoadBalancer.

                  • Instance deregistration currently in progress.

                  • Disable Availability Zone is currently in progress.

                  • Instance is in pending state.

                  • Instance is in stopped state.

                  • Instance is in terminated state.

                  \n@param description A description of the instance state. This string can contain one or more of the following messages.

                  • N/A

                  • A transient error occurred. Please try again later.

                  • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                  • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                  • Instance registration is still in progress.

                  • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                  • Instance is not currently registered with the LoadBalancer.

                  • Instance deregistration currently in progress.

                  • Disable Availability Zone is currently in progress.

                  • Instance is in pending state.

                  • Instance is in stopped state.

                  • Instance is in terminated state.

                  • */", "getterDocumentation" : "/**

                    A description of the instance state. This string can contain one or more of the following messages.

                    • N/A

                    • A transient error occurred. Please try again later.

                    • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                    • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                    • Instance registration is still in progress.

                    • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                    • Instance is not currently registered with the LoadBalancer.

                    • Instance deregistration currently in progress.

                    • Disable Availability Zone is currently in progress.

                    • Instance is in pending state.

                    • Instance is in stopped state.

                    • Instance is in terminated state.

                    \n@return A description of the instance state. This string can contain one or more of the following messages.

                    • N/A

                    • A transient error occurred. Please try again later.

                    • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                    • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                    • Instance registration is still in progress.

                    • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                    • Instance is not currently registered with the LoadBalancer.

                    • Instance deregistration currently in progress.

                    • Disable Availability Zone is currently in progress.

                    • Instance is in pending state.

                    • Instance is in stopped state.

                    • Instance is in terminated state.

                    • */", "fluentSetterDocumentation" : "/**

                      A description of the instance state. This string can contain one or more of the following messages.

                      • N/A

                      • A transient error occurred. Please try again later.

                      • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                      • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                      • Instance registration is still in progress.

                      • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                      • Instance is not currently registered with the LoadBalancer.

                      • Instance deregistration currently in progress.

                      • Disable Availability Zone is currently in progress.

                      • Instance is in pending state.

                      • Instance is in stopped state.

                      • Instance is in terminated state.

                      \n@param description A description of the instance state. This string can contain one or more of the following messages.

                      • N/A

                      • A transient error occurred. Please try again later.

                      • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                      • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                      • Instance registration is still in progress.

                      • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                      • Instance is not currently registered with the LoadBalancer.

                      • Instance deregistration currently in progress.

                      • Disable Availability Zone is currently in progress.

                      • Instance is in pending state.

                      • Instance is in stopped state.

                      • Instance is in terminated state.

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

                        A description of the instance state. This string can contain one or more of the following messages.

                        • N/A

                        • A transient error occurred. Please try again later.

                        • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                        • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                        • Instance registration is still in progress.

                        • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                        • Instance is not currently registered with the LoadBalancer.

                        • Instance deregistration currently in progress.

                        • Disable Availability Zone is currently in progress.

                        • Instance is in pending state.

                        • Instance is in stopped state.

                        • Instance is in terminated state.

                        \n@param description A description of the instance state. This string can contain one or more of the following messages.

                        • N/A

                        • A transient error occurred. Please try again later.

                        • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                        • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                        • Instance registration is still in progress.

                        • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                        • Instance is not currently registered with the LoadBalancer.

                        • Instance deregistration currently in progress.

                        • Disable Availability Zone is currently in progress.

                        • Instance is in pending state.

                        • Instance is in stopped state.

                        • Instance is in terminated state.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceState", "variableType" : "InstanceState", "variableDeclarationType" : "InstanceState", "documentation" : null, "simpleType" : "InstanceState", "variableSetterType" : "InstanceState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                          A description of the instance state. This string can contain one or more of the following messages.

                          • N/A

                          • A transient error occurred. Please try again later.

                          • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                          • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                          • Instance registration is still in progress.

                          • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                          • Instance is not currently registered with the LoadBalancer.

                          • Instance deregistration currently in progress.

                          • Disable Availability Zone is currently in progress.

                          • Instance is in pending state.

                          • Instance is in stopped state.

                          • Instance is in terminated state.

                          ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          A description of the instance state. This string can contain one or more of the following messages.

                          • N/A

                          • A transient error occurred. Please try again later.

                          • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                          • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                          • Instance registration is still in progress.

                          • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                          • Instance is not currently registered with the LoadBalancer.

                          • Instance deregistration currently in progress.

                          • Disable Availability Zone is currently in progress.

                          • Instance is in pending state.

                          • Instance is in stopped state.

                          • Instance is in terminated state.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                          A description of the instance state. This string can contain one or more of the following messages.

                          • N/A

                          • A transient error occurred. Please try again later.

                          • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                          • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                          • Instance registration is still in progress.

                          • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                          • Instance is not currently registered with the LoadBalancer.

                          • Instance deregistration currently in progress.

                          • Disable Availability Zone is currently in progress.

                          • Instance is in pending state.

                          • Instance is in stopped state.

                          • Instance is in terminated state.

                          \n@param description A description of the instance state. This string can contain one or more of the following messages.

                          • N/A

                          • A transient error occurred. Please try again later.

                          • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                          • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                          • Instance registration is still in progress.

                          • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                          • Instance is not currently registered with the LoadBalancer.

                          • Instance deregistration currently in progress.

                          • Disable Availability Zone is currently in progress.

                          • Instance is in pending state.

                          • Instance is in stopped state.

                          • Instance is in terminated state.

                          • */", "getterDocumentation" : "/**

                            A description of the instance state. This string can contain one or more of the following messages.

                            • N/A

                            • A transient error occurred. Please try again later.

                            • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                            • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                            • Instance registration is still in progress.

                            • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                            • Instance is not currently registered with the LoadBalancer.

                            • Instance deregistration currently in progress.

                            • Disable Availability Zone is currently in progress.

                            • Instance is in pending state.

                            • Instance is in stopped state.

                            • Instance is in terminated state.

                            \n@return A description of the instance state. This string can contain one or more of the following messages.

                            • N/A

                            • A transient error occurred. Please try again later.

                            • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                            • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                            • Instance registration is still in progress.

                            • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                            • Instance is not currently registered with the LoadBalancer.

                            • Instance deregistration currently in progress.

                            • Disable Availability Zone is currently in progress.

                            • Instance is in pending state.

                            • Instance is in stopped state.

                            • Instance is in terminated state.

                            • */", "fluentSetterDocumentation" : "/**

                              A description of the instance state. This string can contain one or more of the following messages.

                              • N/A

                              • A transient error occurred. Please try again later.

                              • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                              • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                              • Instance registration is still in progress.

                              • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                              • Instance is not currently registered with the LoadBalancer.

                              • Instance deregistration currently in progress.

                              • Disable Availability Zone is currently in progress.

                              • Instance is in pending state.

                              • Instance is in stopped state.

                              • Instance is in terminated state.

                              \n@param description A description of the instance state. This string can contain one or more of the following messages.

                              • N/A

                              • A transient error occurred. Please try again later.

                              • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                              • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                              • Instance registration is still in progress.

                              • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                              • Instance is not currently registered with the LoadBalancer.

                              • Instance deregistration currently in progress.

                              • Disable Availability Zone is currently in progress.

                              • Instance is in pending state.

                              • Instance is in stopped state.

                              • Instance is in terminated state.

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

                                A description of the instance state. This string can contain one or more of the following messages.

                                • N/A

                                • A transient error occurred. Please try again later.

                                • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                                • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                                • Instance registration is still in progress.

                                • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                                • Instance is not currently registered with the LoadBalancer.

                                • Instance deregistration currently in progress.

                                • Disable Availability Zone is currently in progress.

                                • Instance is in pending state.

                                • Instance is in stopped state.

                                • Instance is in terminated state.

                                \n@param description A description of the instance state. This string can contain one or more of the following messages.

                                • N/A

                                • A transient error occurred. Please try again later.

                                • Instance has failed at least the UnhealthyThreshold number of health checks consecutively.

                                • Instance has not passed the configured HealthyThreshold number of health checks consecutively.

                                • Instance registration is still in progress.

                                • Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.

                                • Instance is not currently registered with the LoadBalancer.

                                • Instance deregistration currently in progress.

                                • Disable Availability Zone is currently in progress.

                                • Instance is in pending state.

                                • Instance is in stopped state.

                                • Instance is in terminated state.

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

                                  The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown

                                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "State", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown

                                  \n@param state The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown*/", "getterDocumentation" : "/**

                                  The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown

                                  \n@return The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown*/", "fluentSetterDocumentation" : "/**

                                  The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown

                                  \n@param state The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown

                                  \n@param state The current state of the instance.

                                  Valid values: InService | OutOfService | Unknown\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                  The ID of the instance.

                                  ", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the instance.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceId", "marshallLocationName" : "InstanceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.*/", "getterDocumentation" : "/**

                                  The ID of the instance.

                                  \n@return The ID of the instance.*/", "fluentSetterDocumentation" : "/**

                                  The ID of the instance.

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

                                  The ID of the instance.

                                  \n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReasonCode" : { "documentation" : "

                                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A

                                  ", "name" : "ReasonCode", "c2jName" : "ReasonCode", "c2jShape" : "ReasonCode", "variable" : { "variableName" : "reasonCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reasonCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReasonCode", "marshallLocationName" : "ReasonCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A

                                  \n@param reasonCode Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A*/", "getterDocumentation" : "/**

                                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A

                                  \n@return Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A*/", "fluentSetterDocumentation" : "/**

                                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A

                                  \n@param reasonCode Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A

                                  \n@param reasonCode Information about the cause of OutOfService instances. Specifically, whether the cause is Elastic Load Balancing or the instance.

                                  Valid values: ELB | Instance | N/A\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetLoadBalancerListenerSSLCertificateRequest" : { "c2jName" : "SetLoadBalancerListenerSSLCertificateInput", "documentation" : "", "shapeName" : "SetLoadBalancerListenerSSLCertificateRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "LoadBalancerPort", "SSLCertificateId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                                  The name of the load balancer.

                                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "name" : "LoadBalancerPort", "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "variable" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerPort", "marshallLocationName" : "LoadBalancerPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.*/", "getterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@return The port that uses the specified SSL certificate.*/", "fluentSetterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "name" : "SSLCertificateId", "c2jName" : "SSLCertificateId", "c2jShape" : "SSLCertificateId", "variable" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SSLCertificateId", "marshallLocationName" : "SSLCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the SSL certificate.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@return The Amazon Resource Name (ARN) of the SSL certificate.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

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

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the SSL certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setLoadBalancerListenerSSLCertificateRequest", "variableType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest", "documentation" : null, "simpleType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest" }, "marshaller" : { "action" : "SetLoadBalancerListenerSSLCertificate", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerPort" : { "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "name" : "LoadBalancerPort", "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "variable" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "loadBalancerPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerPort", "marshallLocationName" : "LoadBalancerPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.*/", "getterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@return The port that uses the specified SSL certificate.*/", "fluentSetterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoadBalancerName" : { "documentation" : "

                                  The name of the load balancer.

                                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "SSLCertificateId" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "name" : "SSLCertificateId", "c2jName" : "SSLCertificateId", "c2jShape" : "SSLCertificateId", "variable" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sSLCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SSLCertificateId", "marshallLocationName" : "SSLCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the SSL certificate.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@return The Amazon Resource Name (ARN) of the SSL certificate.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

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

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the SSL certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableAvailabilityZonesForLoadBalancerRequest" : { "c2jName" : "AddAvailabilityZonesInput", "documentation" : "", "shapeName" : "EnableAvailabilityZonesForLoadBalancerRequest", "deprecated" : false, "required" : [ "LoadBalancerName", "AvailabilityZones" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                                  The name of the load balancer.

                                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, { "documentation" : "

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The Availability Zones. These must be in the same region as the load balancer.

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

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  \n@param availabilityZones The Availability Zones. These must be in the same region as the load balancer.*/", "getterDocumentation" : "/**

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  \n@return The Availability Zones. These must be in the same region as the load balancer.*/", "fluentSetterDocumentation" : "/**

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  \n@param availabilityZones The Availability Zones. These must be in the same region as the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Availability Zones. These must be in the same region as 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. These must be in the same region as the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableAvailabilityZonesForLoadBalancerRequest", "variableType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest", "documentation" : null, "simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest" }, "marshaller" : { "action" : "EnableAvailabilityZonesForLoadBalancer", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoadBalancerName" : { "documentation" : "

                                  The name of the load balancer.

                                  ", "name" : "LoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "variable" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loadBalancerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoadBalancerName", "marshallLocationName" : "LoadBalancerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "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.*/", "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.*/" }, "AvailabilityZones" : { "documentation" : "

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The Availability Zones. These must be in the same region as the load balancer.

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

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  \n@param availabilityZones The Availability Zones. These must be in the same region as the load balancer.*/", "getterDocumentation" : "/**

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  \n@return The Availability Zones. These must be in the same region as the load balancer.*/", "fluentSetterDocumentation" : "/**

                                  The Availability Zones. These must be in the same region as the load balancer.

                                  \n@param availabilityZones The Availability Zones. These must be in the same region as the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Availability Zones. These must be in the same region as 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. These must be in the same region as the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListenerDescription" : { "c2jName" : "ListenerDescription", "documentation" : "

                                  The policies enabled for a listener.

                                  ", "shapeName" : "ListenerDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "", "name" : "Listener", "c2jName" : "Listener", "c2jShape" : "Listener", "variable" : { "variableName" : "listener", "variableType" : "Listener", "variableDeclarationType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "setterModel" : { "variableName" : "listener", "variableType" : "Listener", "variableDeclarationType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "unmarshallLocationName" : "Listener", "marshallLocationName" : "Listener", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param listener */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The policies. If there are no policies enabled, the list is empty.

                                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The policies. If there are no policies enabled, the list is empty.

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

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n@param policyNames The policies. If there are no policies enabled, the list is empty.*/", "getterDocumentation" : "/**

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n@return The policies. If there are no policies enabled, the list is empty.*/", "fluentSetterDocumentation" : "/**

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n@param policyNames The policies. If there are no policies enabled, the list is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n

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

                                  \n@param policyNames The policies. If there are no policies enabled, the list is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listenerDescription", "variableType" : "ListenerDescription", "variableDeclarationType" : "ListenerDescription", "documentation" : null, "simpleType" : "ListenerDescription", "variableSetterType" : "ListenerDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Listener" : { "documentation" : "", "name" : "Listener", "c2jName" : "Listener", "c2jShape" : "Listener", "variable" : { "variableName" : "listener", "variableType" : "Listener", "variableDeclarationType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "setterModel" : { "variableName" : "listener", "variableType" : "Listener", "variableDeclarationType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "unmarshallLocationName" : "Listener", "marshallLocationName" : "Listener", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param listener */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyNames" : { "documentation" : "

                                  The policies. If there are no policies enabled, the list is empty.

                                  ", "name" : "PolicyNames", "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "variable" : { "variableName" : "policyNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The policies. If there are no policies enabled, the list is empty.

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

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n@param policyNames The policies. If there are no policies enabled, the list is empty.*/", "getterDocumentation" : "/**

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n@return The policies. If there are no policies enabled, the list is empty.*/", "fluentSetterDocumentation" : "/**

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n@param policyNames The policies. If there are no policies enabled, the list is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The policies. If there are no policies enabled, the list is empty.

                                  \n

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

                                  \n@param policyNames The policies. If there are no policies enabled, the list is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LoadBalancerAttributes" : { "c2jName" : "LoadBalancerAttributes", "documentation" : "

                                  The attributes for a load balancer.

                                  ", "shapeName" : "LoadBalancerAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "CrossZoneLoadBalancing", "c2jName" : "CrossZoneLoadBalancing", "c2jShape" : "CrossZoneLoadBalancing", "variable" : { "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "variableDeclarationType" : "CrossZoneLoadBalancing", "documentation" : "

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "setterModel" : { "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "variableDeclarationType" : "CrossZoneLoadBalancing", "documentation" : "", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "getterModel" : { "returnType" : "CrossZoneLoadBalancing", "documentation" : null }, "http" : { "unmarshallLocationName" : "CrossZoneLoadBalancing", "marshallLocationName" : "CrossZoneLoadBalancing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "AccessLog", "c2jName" : "AccessLog", "c2jShape" : "AccessLog", "variable" : { "variableName" : "accessLog", "variableType" : "AccessLog", "variableDeclarationType" : "AccessLog", "documentation" : "

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "setterModel" : { "variableName" : "accessLog", "variableType" : "AccessLog", "variableDeclarationType" : "AccessLog", "documentation" : "", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "getterModel" : { "returnType" : "AccessLog", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessLog", "marshallLocationName" : "AccessLog", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@param accessLog If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@param accessLog If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@param accessLog If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "ConnectionDraining", "c2jName" : "ConnectionDraining", "c2jShape" : "ConnectionDraining", "variable" : { "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "variableDeclarationType" : "ConnectionDraining", "documentation" : "

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "setterModel" : { "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "variableDeclarationType" : "ConnectionDraining", "documentation" : "", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "getterModel" : { "returnType" : "ConnectionDraining", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectionDraining", "marshallLocationName" : "ConnectionDraining", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionDraining If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionDraining If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionDraining If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "ConnectionSettings", "c2jName" : "ConnectionSettings", "c2jShape" : "ConnectionSettings", "variable" : { "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "variableDeclarationType" : "ConnectionSettings", "documentation" : "

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "setterModel" : { "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "variableDeclarationType" : "ConnectionSettings", "documentation" : "", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "getterModel" : { "returnType" : "ConnectionSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectionSettings", "marshallLocationName" : "ConnectionSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionSettings If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionSettings If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionSettings If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  This parameter is reserved.

                                  ", "name" : "AdditionalAttributes", "c2jName" : "AdditionalAttributes", "c2jShape" : "AdditionalAttributes", "variable" : { "variableName" : "additionalAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  This parameter is reserved.

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

                                  This parameter is reserved.

                                  \n@param additionalAttributes This parameter is reserved.*/", "getterDocumentation" : "/**

                                  This parameter is reserved.

                                  \n@return This parameter is reserved.*/", "fluentSetterDocumentation" : "/**

                                  This parameter is reserved.

                                  \n@param additionalAttributes This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  This parameter is reserved.

                                  \n

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

                                  \n@param additionalAttributes This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "variableDeclarationType" : "LoadBalancerAttributes", "documentation" : null, "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConnectionSettings" : { "documentation" : "

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "ConnectionSettings", "c2jName" : "ConnectionSettings", "c2jShape" : "ConnectionSettings", "variable" : { "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "variableDeclarationType" : "ConnectionSettings", "documentation" : "

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "setterModel" : { "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "variableDeclarationType" : "ConnectionSettings", "documentation" : "", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "getterModel" : { "returnType" : "ConnectionSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectionSettings", "marshallLocationName" : "ConnectionSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionSettings If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionSettings If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionSettings If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.

                                  By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConnectionDraining" : { "documentation" : "

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "ConnectionDraining", "c2jName" : "ConnectionDraining", "c2jShape" : "ConnectionDraining", "variable" : { "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "variableDeclarationType" : "ConnectionDraining", "documentation" : "

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "setterModel" : { "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "variableDeclarationType" : "ConnectionDraining", "documentation" : "", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "getterModel" : { "returnType" : "ConnectionDraining", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectionDraining", "marshallLocationName" : "ConnectionDraining", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionDraining If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionDraining If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.

                                  \n@param connectionDraining If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.

                                  For more information, see Enable Connection Draining in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccessLog" : { "documentation" : "

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "AccessLog", "c2jName" : "AccessLog", "c2jShape" : "AccessLog", "variable" : { "variableName" : "accessLog", "variableType" : "AccessLog", "variableDeclarationType" : "AccessLog", "documentation" : "

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "setterModel" : { "variableName" : "accessLog", "variableType" : "AccessLog", "variableDeclarationType" : "AccessLog", "documentation" : "", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "getterModel" : { "returnType" : "AccessLog", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessLog", "marshallLocationName" : "AccessLog", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@param accessLog If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@param accessLog If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.

                                  \n@param accessLog If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.

                                  For more information, see Enable Access Logs in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CrossZoneLoadBalancing" : { "documentation" : "

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  ", "name" : "CrossZoneLoadBalancing", "c2jName" : "CrossZoneLoadBalancing", "c2jShape" : "CrossZoneLoadBalancing", "variable" : { "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "variableDeclarationType" : "CrossZoneLoadBalancing", "documentation" : "

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  ", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "setterModel" : { "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "variableDeclarationType" : "CrossZoneLoadBalancing", "documentation" : "", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "getterModel" : { "returnType" : "CrossZoneLoadBalancing", "documentation" : null }, "http" : { "unmarshallLocationName" : "CrossZoneLoadBalancing", "marshallLocationName" : "CrossZoneLoadBalancing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.*/", "getterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@return If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.

                                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.

                                  For more information, see Enable Cross-Zone Load Balancing in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AdditionalAttributes" : { "documentation" : "

                                  This parameter is reserved.

                                  ", "name" : "AdditionalAttributes", "c2jName" : "AdditionalAttributes", "c2jShape" : "AdditionalAttributes", "variable" : { "variableName" : "additionalAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  This parameter is reserved.

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

                                  This parameter is reserved.

                                  \n@param additionalAttributes This parameter is reserved.*/", "getterDocumentation" : "/**

                                  This parameter is reserved.

                                  \n@return This parameter is reserved.*/", "fluentSetterDocumentation" : "/**

                                  This parameter is reserved.

                                  \n@param additionalAttributes This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  This parameter is reserved.

                                  \n

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

                                  \n@param additionalAttributes This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DuplicateTagKeysException" : { "c2jName" : "DuplicateTagKeysException", "documentation" : "

                                  A tag key was specified more than once.

                                  ", "shapeName" : "DuplicateTagKeysException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "duplicateTagKeysException", "variableType" : "DuplicateTagKeysException", "variableDeclarationType" : "DuplicateTagKeysException", "documentation" : null, "simpleType" : "DuplicateTagKeysException", "variableSetterType" : "DuplicateTagKeysException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicateTagKeys", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : { "CreateLBCookieStickinessPolicyRequest" : { "constructorForms" : [ [ "LoadBalancerName", "PolicyName" ] ] }, "SetLoadBalancerPoliciesOfListenerRequest" : { "constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPort", "PolicyNames" ] ] }, "DeleteLoadBalancerPolicyRequest" : { "constructorForms" : [ [ "LoadBalancerName", "PolicyName" ] ] }, "AppCookieStickinessPolicy" : { "constructorForms" : [ [ "PolicyName", "CookieName" ] ] }, "ConfigureHealthCheckRequest" : { "constructorForms" : [ [ "LoadBalancerName", "HealthCheck" ] ] }, "CreateAppCookieStickinessPolicyRequest" : { "constructorForms" : [ [ "LoadBalancerName", "PolicyName", "CookieName" ] ] }, "CreateLoadBalancerListenersRequest" : { "constructorForms" : [ [ "LoadBalancerName", "Listeners" ] ] }, "CreateLoadBalancerRequest" : { "constructorForms" : [ [ "LoadBalancerName" ], [ "LoadBalancerName", "Listeners", "AvailabilityZones" ] ] }, "DeleteLoadBalancerListenersRequest" : { "constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPorts" ] ] }, "DeleteLoadBalancerRequest" : { "constructorForms" : [ [ "LoadBalancerName" ] ] }, "DeregisterInstancesFromLoadBalancerRequest" : { "constructorForms" : [ [ "LoadBalancerName", "Instances" ] ] }, "DescribeInstanceHealthRequest" : { "constructorForms" : [ [ "LoadBalancerName" ] ] }, "DescribeLoadBalancersRequest" : { "constructorForms" : [ [ "LoadBalancerNames" ] ] }, "DisableAvailabilityZonesForLoadBalancerRequest" : { "constructorForms" : [ [ "LoadBalancerName", "AvailabilityZones" ] ] }, "EnableAvailabilityZonesForLoadBalancerRequest" : { "constructorForms" : [ [ "LoadBalancerName", "AvailabilityZones" ] ] }, "HealthCheck" : { "constructorForms" : [ [ "Target", "Interval", "Timeout", "UnhealthyThreshold", "HealthyThreshold" ] ] }, "Instance" : { "constructorForms" : [ [ "InstanceId" ] ] }, "LBCookieStickinessPolicy" : { "constructorForms" : [ [ "PolicyName", "CookieExpirationPeriod" ] ] }, "Listener" : { "constructorForms" : [ [ "Protocol", "LoadBalancerPort", "InstancePort" ] ] }, "PolicyAttribute" : { "constructorForms" : [ [ "AttributeName", "AttributeValue" ] ] }, "RegisterInstancesWithLoadBalancerRequest" : { "constructorForms" : [ [ "LoadBalancerName", "Instances" ] ] }, "SetLoadBalancerListenerSSLCertificateRequest" : { "constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPort", "SSLCertificateId" ] ] } }, "simpleMethods" : { "DescribeLoadBalancerPolicyTypes" : { "methodForms" : [ [ ] ] }, "DescribeLoadBalancerPolicies" : { "methodForms" : [ [ ] ] }, "DescribeLoadBalancers" : { "methodForms" : [ [ ] ] } }, "renameShapes" : { "AccessPointNotFoundException" : "LoadBalancerNotFoundException", "DuplicateAccessPointNameException" : "DuplicateLoadBalancerNameException", "TooManyAccessPointsException" : "TooManyLoadBalancersException", "InvalidEndPointException" : "InvalidInstanceException" }, "sendEmptyAutoConstructedListAsEmptyList" : { "SetLoadBalancerPoliciesOfListenerRequest" : [ "PolicyNames" ], "SetLoadBalancerPoliciesForBackendServerRequest" : [ "PolicyNames" ] }, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : "ElasticLoadBalancing" }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy