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

models.elasticloadbalancing-2012-06-01-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "additionalShapeConstructors" : {
      "AppCookieStickinessPolicy" : {
        "constructorForms" : [ [ "PolicyName", "CookieName" ] ]
      },
      "ConfigureHealthCheckRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "HealthCheck" ] ]
      },
      "CreateAppCookieStickinessPolicyRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "PolicyName", "CookieName" ] ]
      },
      "CreateLBCookieStickinessPolicyRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "PolicyName" ] ]
      },
      "CreateLoadBalancerListenersRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "Listeners" ] ]
      },
      "CreateLoadBalancerRequest" : {
        "constructorForms" : [ [ "LoadBalancerName" ], [ "LoadBalancerName", "Listeners", "AvailabilityZones" ] ]
      },
      "DeleteLoadBalancerListenersRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPorts" ] ]
      },
      "DeleteLoadBalancerPolicyRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "PolicyName" ] ]
      },
      "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" ] ]
      },
      "SetLoadBalancerPoliciesOfListenerRequest" : {
        "constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPort", "PolicyNames" ] ]
      }
    },
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : "ElasticLoadBalancing",
      "skip" : false
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : {
      "AccessPointNotFoundException" : "LoadBalancerNotFoundException",
      "DuplicateAccessPointNameException" : "DuplicateLoadBalancerNameException",
      "InvalidEndPointException" : "InvalidInstanceException",
      "TooManyAccessPointsException" : "TooManyLoadBalancersException"
    },
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : {
      "SetLoadBalancerPoliciesForBackendServerRequest" : [ "PolicyNames" ],
      "SetLoadBalancerPoliciesOfListenerRequest" : [ "PolicyNames" ]
    },
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "DescribeLoadBalancerPolicies" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeLoadBalancerPolicyTypes" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeLoadBalancers" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2012-06-01",
    "asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
    "asyncClientBuilderClassName" : "AmazonElasticLoadBalancingAsyncClientBuilder",
    "asyncInterface" : "AmazonElasticLoadBalancingAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonElasticLoadBalancingModuleInjector",
    "defaultEndpoint" : "elasticloadbalancing.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.amazonaws.com",
    "documentation" : "Elastic Load Balancing 

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

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

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

To get started, create a load balancer with one or more listeners using CreateLoadBalancer. Register your instances with the load balancer using RegisterInstancesWithLoadBalancer.

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.

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

Adds the specified tags to the specified 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 Classic Load Balancer in the Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "documentation" : "

Contains the parameters for AddTags.

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

Contains the output of AddTags.

" }, "syncReturnType" : "AddTagsResult" }, "ApplySecurityGroupsToLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ApplySecurityGroupsToLoadBalancerResult", "authenticated" : true, "deprecated" : false, "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 Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest", "variableName" : "applySecurityGroupsToLoadBalancerRequest", "variableType" : "ApplySecurityGroupsToLoadBalancerRequest", "documentation" : "

Contains the parameters for ApplySecurityGroupsToLoadBalancer.

", "simpleType" : "ApplySecurityGroupsToLoadBalancerRequest", "variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "applySecurityGroupsToLoadBalancer", "operationName" : "ApplySecurityGroupsToLoadBalancer", "returnType" : { "returnType" : "ApplySecurityGroupsToLoadBalancerResult", "documentation" : "

Contains the output of ApplySecurityGroupsToLoadBalancer.

" }, "syncReturnType" : "ApplySecurityGroupsToLoadBalancerResult" }, "AttachLoadBalancerToSubnets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AttachLoadBalancerToSubnetsResult", "authenticated" : true, "deprecated" : false, "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 Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest", "variableName" : "attachLoadBalancerToSubnetsRequest", "variableType" : "AttachLoadBalancerToSubnetsRequest", "documentation" : "

Contains the parameters for AttachLoaBalancerToSubnets.

", "simpleType" : "AttachLoadBalancerToSubnetsRequest", "variableSetterType" : "AttachLoadBalancerToSubnetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "attachLoadBalancerToSubnets", "operationName" : "AttachLoadBalancerToSubnets", "returnType" : { "returnType" : "AttachLoadBalancerToSubnetsResult", "documentation" : "

Contains the output of AttachLoadBalancerToSubnets.

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

Specifies the health check settings to use when evaluating the health state of your EC2 instances.

For more information, see Configure Health Checks for Your Load Balancer in the Classic Load Balancers Guide.

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

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ConfigureHealthCheckRequest", "variableName" : "configureHealthCheckRequest", "variableType" : "ConfigureHealthCheckRequest", "documentation" : "

Contains the parameters for ConfigureHealthCheck.

", "simpleType" : "ConfigureHealthCheckRequest", "variableSetterType" : "ConfigureHealthCheckRequest" }, "inputStreamPropertyName" : null, "methodName" : "configureHealthCheck", "operationName" : "ConfigureHealthCheck", "returnType" : { "returnType" : "ConfigureHealthCheckResult", "documentation" : "

Contains the output of ConfigureHealthCheck.

" }, "syncReturnType" : "ConfigureHealthCheckResult" }, "CreateAppCookieStickinessPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateAppCookieStickinessPolicyResult", "authenticated" : true, "deprecated" : false, "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 Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest", "variableName" : "createAppCookieStickinessPolicyRequest", "variableType" : "CreateAppCookieStickinessPolicyRequest", "documentation" : "

Contains the parameters for CreateAppCookieStickinessPolicy.

", "simpleType" : "CreateAppCookieStickinessPolicyRequest", "variableSetterType" : "CreateAppCookieStickinessPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "createAppCookieStickinessPolicy", "operationName" : "CreateAppCookieStickinessPolicy", "returnType" : { "returnType" : "CreateAppCookieStickinessPolicyResult", "documentation" : "

Contains the output for CreateAppCookieStickinessPolicy.

" }, "syncReturnType" : "CreateAppCookieStickinessPolicyResult" }, "CreateLBCookieStickinessPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateLBCookieStickinessPolicyResult", "authenticated" : true, "deprecated" : false, "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 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 Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest", "variableName" : "createLBCookieStickinessPolicyRequest", "variableType" : "CreateLBCookieStickinessPolicyRequest", "documentation" : "

Contains the parameters for CreateLBCookieStickinessPolicy.

", "simpleType" : "CreateLBCookieStickinessPolicyRequest", "variableSetterType" : "CreateLBCookieStickinessPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "createLBCookieStickinessPolicy", "operationName" : "CreateLBCookieStickinessPolicy", "returnType" : { "returnType" : "CreateLBCookieStickinessPolicyResult", "documentation" : "

Contains the output for CreateLBCookieStickinessPolicy.

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

Creates a Classic load balancer.

You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using CreateLoadBalancerListeners, ApplySecurityGroupsToLoadBalancer, AttachLoadBalancerToSubnets, and AddTags.

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

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

", "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 ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.

" }, { "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.

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

Contains the parameters for CreateLoadBalancer.

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

Contains the output for CreateLoadBalancer.

" }, "syncReturnType" : "CreateLoadBalancerResult" }, "CreateLoadBalancerListeners" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateLoadBalancerListenersResult", "authenticated" : true, "deprecated" : false, "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 Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.

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

The specified load balancer does not exist.

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

A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.

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

The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.

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

The requested configuration change is not valid.

" }, { "exceptionName" : "UnsupportedProtocolException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateLoadBalancerListenersRequest", "variableName" : "createLoadBalancerListenersRequest", "variableType" : "CreateLoadBalancerListenersRequest", "documentation" : "

Contains the parameters for CreateLoadBalancerListeners.

", "simpleType" : "CreateLoadBalancerListenersRequest", "variableSetterType" : "CreateLoadBalancerListenersRequest" }, "inputStreamPropertyName" : null, "methodName" : "createLoadBalancerListeners", "operationName" : "CreateLoadBalancerListeners", "returnType" : { "returnType" : "CreateLoadBalancerListenersResult", "documentation" : "

Contains the parameters for CreateLoadBalancerListener.

" }, "syncReturnType" : "CreateLoadBalancerListenersResult" }, "CreateLoadBalancerPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateLoadBalancerPolicyResult", "authenticated" : true, "deprecated" : false, "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 listener or the application server, depending on the policy type.

", "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, "input" : { "variableDeclarationType" : "CreateLoadBalancerPolicyRequest", "variableName" : "createLoadBalancerPolicyRequest", "variableType" : "CreateLoadBalancerPolicyRequest", "documentation" : "

Contains the parameters for CreateLoadBalancerPolicy.

", "simpleType" : "CreateLoadBalancerPolicyRequest", "variableSetterType" : "CreateLoadBalancerPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "createLoadBalancerPolicy", "operationName" : "CreateLoadBalancerPolicy", "returnType" : { "returnType" : "CreateLoadBalancerPolicyResult", "documentation" : "

Contains the output of CreateLoadBalancerPolicy.

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

Deletes the specified 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 your instances.

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

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLoadBalancerRequest", "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "documentation" : "

Contains the parameters for DeleteLoadBalancer.

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

Contains the output of DeleteLoadBalancer.

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

Deletes the specified listeners from the specified load balancer.

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

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLoadBalancerListenersRequest", "variableName" : "deleteLoadBalancerListenersRequest", "variableType" : "DeleteLoadBalancerListenersRequest", "documentation" : "

Contains the parameters for DeleteLoadBalancerListeners.

", "simpleType" : "DeleteLoadBalancerListenersRequest", "variableSetterType" : "DeleteLoadBalancerListenersRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteLoadBalancerListeners", "operationName" : "DeleteLoadBalancerListeners", "returnType" : { "returnType" : "DeleteLoadBalancerListenersResult", "documentation" : "

Contains the output of DeleteLoadBalancerListeners.

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

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

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

The specified load balancer does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLoadBalancerPolicyRequest", "variableName" : "deleteLoadBalancerPolicyRequest", "variableType" : "DeleteLoadBalancerPolicyRequest", "documentation" : "

Contains the parameters for DeleteLoadBalancerPolicy.

", "simpleType" : "DeleteLoadBalancerPolicyRequest", "variableSetterType" : "DeleteLoadBalancerPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteLoadBalancerPolicy", "operationName" : "DeleteLoadBalancerPolicy", "returnType" : { "returnType" : "DeleteLoadBalancerPolicyResult", "documentation" : "

Contains the output of DeleteLoadBalancerPolicy.

" }, "syncReturnType" : "DeleteLoadBalancerPolicyResult" }, "DeregisterInstancesFromLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeregisterInstancesFromLoadBalancerResult", "authenticated" : true, "deprecated" : false, "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 Register or De-Register EC2 Instances in the Classic Load Balancers Guide.

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

The specified load balancer does not exist.

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

The specified endpoint is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest", "variableName" : "deregisterInstancesFromLoadBalancerRequest", "variableType" : "DeregisterInstancesFromLoadBalancerRequest", "documentation" : "

Contains the parameters for DeregisterInstancesFromLoadBalancer.

", "simpleType" : "DeregisterInstancesFromLoadBalancerRequest", "variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "deregisterInstancesFromLoadBalancer", "operationName" : "DeregisterInstancesFromLoadBalancer", "returnType" : { "returnType" : "DeregisterInstancesFromLoadBalancerResult", "documentation" : "

Contains the output of DeregisterInstancesFromLoadBalancer.

" }, "syncReturnType" : "DeregisterInstancesFromLoadBalancerResult" }, "DescribeInstanceHealth" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeInstanceHealthResult", "authenticated" : true, "deprecated" : false, "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.

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

The specified load balancer does not exist.

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

The specified endpoint is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeInstanceHealthRequest", "variableName" : "describeInstanceHealthRequest", "variableType" : "DescribeInstanceHealthRequest", "documentation" : "

Contains the parameters for DescribeInstanceHealth.

", "simpleType" : "DescribeInstanceHealthRequest", "variableSetterType" : "DescribeInstanceHealthRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeInstanceHealth", "operationName" : "DescribeInstanceHealth", "returnType" : { "returnType" : "DescribeInstanceHealthResult", "documentation" : "

Contains the output for DescribeInstanceHealth.

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

Describes the attributes for the specified load balancer.

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

The specified load balancer does not exist.

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

The specified load balancer attribute does not exist.

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

Contains the parameters for DescribeLoadBalancerAttributes.

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

Contains the output of DescribeLoadBalancerAttributes.

" }, "syncReturnType" : "DescribeLoadBalancerAttributesResult" }, "DescribeLoadBalancerPolicies" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLoadBalancerPoliciesResult", "authenticated" : true, "deprecated" : false, "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.

", "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, "input" : { "variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest", "variableName" : "describeLoadBalancerPoliciesRequest", "variableType" : "DescribeLoadBalancerPoliciesRequest", "documentation" : "

Contains the parameters for DescribeLoadBalancerPolicies.

", "simpleType" : "DescribeLoadBalancerPoliciesRequest", "variableSetterType" : "DescribeLoadBalancerPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLoadBalancerPolicies", "operationName" : "DescribeLoadBalancerPolicies", "returnType" : { "returnType" : "DescribeLoadBalancerPoliciesResult", "documentation" : "

Contains the output of DescribeLoadBalancerPolicies.

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

Describes the specified load balancer policy types or all load balancer policy types.

The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.

You can use CreateLoadBalancerPolicy to create a policy configuration for any of these policy types. Then, depending on the policy type, use either SetLoadBalancerPoliciesOfListener or SetLoadBalancerPoliciesForBackendServer to set the policy.

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

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

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest", "variableName" : "describeLoadBalancerPolicyTypesRequest", "variableType" : "DescribeLoadBalancerPolicyTypesRequest", "documentation" : "

Contains the parameters for DescribeLoadBalancerPolicyTypes.

", "simpleType" : "DescribeLoadBalancerPolicyTypesRequest", "variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLoadBalancerPolicyTypes", "operationName" : "DescribeLoadBalancerPolicyTypes", "returnType" : { "returnType" : "DescribeLoadBalancerPolicyTypesResult", "documentation" : "

Contains the output of DescribeLoadBalancerPolicyTypes.

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

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

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

The specified load balancer does not exist.

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

Contains the parameters for DescribeLoadBalancers.

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

Contains the parameters for DescribeLoadBalancers.

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

Describes the tags associated with the specified load balancers.

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

The specified load balancer does not exist.

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

Contains the parameters for DescribeTags.

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

Contains the output for DescribeTags.

" }, "syncReturnType" : "DescribeTagsResult" }, "DetachLoadBalancerFromSubnets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DetachLoadBalancerFromSubnetsResult", "authenticated" : true, "deprecated" : false, "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.

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

The specified load balancer does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest", "variableName" : "detachLoadBalancerFromSubnetsRequest", "variableType" : "DetachLoadBalancerFromSubnetsRequest", "documentation" : "

Contains the parameters for DetachLoadBalancerFromSubnets.

", "simpleType" : "DetachLoadBalancerFromSubnetsRequest", "variableSetterType" : "DetachLoadBalancerFromSubnetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "detachLoadBalancerFromSubnets", "operationName" : "DetachLoadBalancerFromSubnets", "returnType" : { "returnType" : "DetachLoadBalancerFromSubnetsResult", "documentation" : "

Contains the output of DetachLoadBalancerFromSubnets.

" }, "syncReturnType" : "DetachLoadBalancerFromSubnetsResult" }, "DisableAvailabilityZonesForLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult", "authenticated" : true, "deprecated" : false, "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 Add or Remove Availability Zones in the Classic Load Balancers Guide.

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

The specified load balancer does not exist.

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

The requested configuration change is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableName" : "disableAvailabilityZonesForLoadBalancerRequest", "variableType" : "DisableAvailabilityZonesForLoadBalancerRequest", "documentation" : "

Contains the parameters for DisableAvailabilityZonesForLoadBalancer.

", "simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "disableAvailabilityZonesForLoadBalancer", "operationName" : "DisableAvailabilityZonesForLoadBalancer", "returnType" : { "returnType" : "DisableAvailabilityZonesForLoadBalancerResult", "documentation" : "

Contains the output for DisableAvailabilityZonesForLoadBalancer.

" }, "syncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult" }, "EnableAvailabilityZonesForLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult", "authenticated" : true, "deprecated" : false, "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 or Remove Availability Zones in the Classic Load Balancers Guide.

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

The specified load balancer does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableName" : "enableAvailabilityZonesForLoadBalancerRequest", "variableType" : "EnableAvailabilityZonesForLoadBalancerRequest", "documentation" : "

Contains the parameters for EnableAvailabilityZonesForLoadBalancer.

", "simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "enableAvailabilityZonesForLoadBalancer", "operationName" : "EnableAvailabilityZonesForLoadBalancer", "returnType" : { "returnType" : "EnableAvailabilityZonesForLoadBalancerResult", "documentation" : "

Contains the output of EnableAvailabilityZonesForLoadBalancer.

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

Modifies the 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 Classic Load Balancers Guide:

", "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, "input" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "documentation" : "

Contains the parameters for ModifyLoadBalancerAttributes.

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

Contains the output of ModifyLoadBalancerAttributes.

" }, "syncReturnType" : "ModifyLoadBalancerAttributesResult" }, "RegisterInstancesWithLoadBalancer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RegisterInstancesWithLoadBalancerResult", "authenticated" : true, "deprecated" : false, "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.

To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.

For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.

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

The specified load balancer does not exist.

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

The specified endpoint is not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest", "variableName" : "registerInstancesWithLoadBalancerRequest", "variableType" : "RegisterInstancesWithLoadBalancerRequest", "documentation" : "

Contains the parameters for RegisterInstancesWithLoadBalancer.

", "simpleType" : "RegisterInstancesWithLoadBalancerRequest", "variableSetterType" : "RegisterInstancesWithLoadBalancerRequest" }, "inputStreamPropertyName" : null, "methodName" : "registerInstancesWithLoadBalancer", "operationName" : "RegisterInstancesWithLoadBalancer", "returnType" : { "returnType" : "RegisterInstancesWithLoadBalancerResult", "documentation" : "

Contains the output of RegisterInstancesWithLoadBalancer.

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

Removes one or more tags from the specified load balancer.

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

The specified load balancer does not exist.

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

Contains the parameters for RemoveTags.

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

Contains the output of RemoveTags.

" }, "syncReturnType" : "RemoveTagsResult" }, "SetLoadBalancerListenerSSLCertificate" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetLoadBalancerListenerSSLCertificateResult", "authenticated" : true, "deprecated" : false, "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 Replace the SSL Certificate for Your Load Balancer in the Classic Load Balancers Guide.

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

The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.

" }, { "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.

" }, { "exceptionName" : "UnsupportedProtocolException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableName" : "setLoadBalancerListenerSSLCertificateRequest", "variableType" : "SetLoadBalancerListenerSSLCertificateRequest", "documentation" : "

Contains the parameters for SetLoadBalancerListenerSSLCertificate.

", "simpleType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest" }, "inputStreamPropertyName" : null, "methodName" : "setLoadBalancerListenerSSLCertificate", "operationName" : "SetLoadBalancerListenerSSLCertificate", "returnType" : { "returnType" : "SetLoadBalancerListenerSSLCertificateResult", "documentation" : "

Contains the output of SetLoadBalancerListenerSSLCertificate.

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

Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance 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 EC2 instance.

For more information about enabling back-end instance authentication, see Configure Back-end Instance Authentication in the Classic Load Balancers Guide. For more information about Proxy Protocol, see Configure Proxy Protocol Support in the Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableName" : "setLoadBalancerPoliciesForBackendServerRequest", "variableType" : "SetLoadBalancerPoliciesForBackendServerRequest", "documentation" : "

Contains the parameters for SetLoadBalancerPoliciesForBackendServer.

", "simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest" }, "inputStreamPropertyName" : null, "methodName" : "setLoadBalancerPoliciesForBackendServer", "operationName" : "SetLoadBalancerPoliciesForBackendServer", "returnType" : { "returnType" : "SetLoadBalancerPoliciesForBackendServerResult", "documentation" : "

Contains the output of SetLoadBalancerPoliciesForBackendServer.

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

Replaces the current set of policies for the specified load balancer port with the specified set of policies.

To enable back-end server authentication, use SetLoadBalancerPoliciesForBackendServer.

For more information about setting policies, see Update the SSL Negotiation Configuration, Duration-Based Session Stickiness, and Application-Controlled Session Stickiness in the Classic Load Balancers Guide.

", "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, "input" : { "variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableName" : "setLoadBalancerPoliciesOfListenerRequest", "variableType" : "SetLoadBalancerPoliciesOfListenerRequest", "documentation" : "

Contains the parameters for SetLoadBalancePoliciesOfListener.

", "simpleType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest" }, "inputStreamPropertyName" : null, "methodName" : "setLoadBalancerPoliciesOfListener", "operationName" : "SetLoadBalancerPoliciesOfListener", "returnType" : { "returnType" : "SetLoadBalancerPoliciesOfListenerResult", "documentation" : "

Contains the output of SetLoadBalancePoliciesOfListener.

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

Information about the AccessLog attribute.

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

Specifies whether access logs are enabled for the load balancer.

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

Specifies whether access logs are enabled for the load balancer.

\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies whether access logs are enabled for the load balancer.

\n@return Specifies whether access logs are enabled for the load balancer.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Specifies whether access logs are enabled for the load balancer.

\n@param enabled Specifies whether access logs are enabled for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies whether access logs are enabled for the load balancer.

\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether access logs are enabled for the load balancer.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3BucketName", "c2jShape" : "S3BucketName", "deprecated" : false, "documentation" : "

The name of the Amazon S3 bucket where the access logs are stored.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3BucketName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3BucketName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket where the access logs are stored.

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

The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

Default: 60 minutes

", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EmitInterval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmitInterval", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EmitInterval", "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*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "emitInterval", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "emitInterval", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3BucketPrefix", "c2jShape" : "AccessLogPrefix", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3BucketPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3BucketPrefix", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3BucketPrefix", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketPrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketPrefix", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EmitInterval" : { "c2jName" : "EmitInterval", "c2jShape" : "AccessLogInterval", "deprecated" : false, "documentation" : "

The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

Default: 60 minutes

", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EmitInterval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EmitInterval", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EmitInterval", "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*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "emitInterval", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "emitInterval", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "AccessLogEnabled", "deprecated" : false, "documentation" : "

Specifies whether access logs are enabled for the load balancer.

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

Specifies whether access logs are enabled for the load balancer.

\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies whether access logs are enabled for the load balancer.

\n@return Specifies whether access logs are enabled for the load balancer.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Specifies whether access logs are enabled for the load balancer.

\n@param enabled Specifies whether access logs are enabled for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies whether access logs are enabled for the load balancer.

\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether access logs are enabled for the load balancer.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "S3BucketName" : { "c2jName" : "S3BucketName", "c2jShape" : "S3BucketName", "deprecated" : false, "documentation" : "

The name of the Amazon S3 bucket where the access logs are stored.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3BucketName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3BucketName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketName", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket where the access logs are stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "S3BucketPrefix" : { "c2jName" : "S3BucketPrefix", "c2jShape" : "AccessLogPrefix", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3BucketPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3BucketPrefix", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3BucketPrefix", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3BucketPrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3BucketPrefix", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Enabled" ], "shapeName" : "AccessLog", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccessLog", "variableName" : "accessLog", "variableType" : "AccessLog", "documentation" : null, "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "wrapper" : false }, "AddTagsRequest" : { "c2jName" : "AddTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for AddTags.

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

The name of the load balancer. You can specify one load balancer only.

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

The name of the load balancer. You can specify one load balancer only.

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

The tags.

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

The tags.

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

The tags.

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

The tags.

\n@param tags The tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags.

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

The name of the load balancer. You can specify one load balancer only.

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

The name of the load balancer. You can specify one load balancer only.

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

The tags.

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

The tags.

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

The tags.

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

The tags.

\n@param tags The tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags.

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

Contains the output of AddTags.

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

This data type is reserved.

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

This parameter is reserved.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

This parameter is reserved.

\n@return This parameter is reserved.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

This parameter is reserved.

\n@param key This parameter is reserved.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

This parameter is reserved.

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

This parameter is reserved.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

This parameter is reserved.

\n@return This parameter is reserved.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

This parameter is reserved.

\n@param value This parameter is reserved.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

This parameter is reserved.

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

This parameter is reserved.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

This parameter is reserved.

\n@return This parameter is reserved.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

This parameter is reserved.

\n@param key This parameter is reserved.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

This parameter is reserved.

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

This parameter is reserved.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

This parameter is reserved.

\n@return This parameter is reserved.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

This parameter is reserved.

\n@param value This parameter is reserved.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

This parameter is reserved.

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

Information about a policy for application-controlled session stickiness.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CookieName", "c2jShape" : "CookieName", "deprecated" : false, "documentation" : "

The name of the application cookie used for stickiness.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the application cookie used for stickiness.

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

The name of the application cookie used for stickiness.

\n@param cookieName The name of the application cookie used for stickiness.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "

The name of the application cookie used for stickiness.

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

The name of the application cookie used for stickiness.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the application cookie used for stickiness.

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

The name of the application cookie used for stickiness.

\n@param cookieName The name of the application cookie used for stickiness.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "

The name of the application cookie used for stickiness.

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

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AppCookieStickinessPolicy", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AppCookieStickinessPolicy", "variableName" : "appCookieStickinessPolicy", "variableType" : "AppCookieStickinessPolicy", "documentation" : null, "simpleType" : "AppCookieStickinessPolicy", "variableSetterType" : "AppCookieStickinessPolicy" }, "wrapper" : false }, "ApplySecurityGroupsToLoadBalancerRequest" : { "c2jName" : "ApplySecurityGroupsToLoadBalancerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for ApplySecurityGroupsToLoadBalancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

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

Contains the output of ApplySecurityGroupsToLoadBalancer.

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

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

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

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

\n@param 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.*/", "getterDocumentation" : "/**

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

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

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

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

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

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

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

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

\n@param 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.*/", "getterDocumentation" : "/**

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

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

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

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

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

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

Contains the parameters for AttachLoaBalancerToSubnets.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

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

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

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

\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The IDs of the subnets to add. 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. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

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

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

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

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

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

\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The IDs of the subnets to add. 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. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "Subnets" ], "shapeName" : "AttachLoadBalancerToSubnetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest", "variableName" : "attachLoadBalancerToSubnetsRequest", "variableType" : "AttachLoadBalancerToSubnetsRequest", "documentation" : null, "simpleType" : "AttachLoadBalancerToSubnetsRequest", "variableSetterType" : "AttachLoadBalancerToSubnetsRequest" }, "wrapper" : false }, "AttachLoadBalancerToSubnetsResult" : { "c2jName" : "AttachLoadBalancerToSubnetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of AttachLoadBalancerToSubnets.

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

The IDs of the subnets attached to the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the subnets attached to the load balancer.

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

The IDs of the subnets attached to the load balancer.

\n@param subnets The IDs of the subnets attached to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the subnets attached to the load balancer.

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

The IDs of the subnets attached to the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the subnets attached to the load balancer.

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

The IDs of the subnets attached to the load balancer.

\n@param subnets The IDs of the subnets attached to the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the subnets attached to the load balancer.

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

Information about the configuration of an EC2 instance.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The names of the policies enabled for the EC2 instance.

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

The names of the policies enabled for the EC2 instance.

\n@param policyNames The names of the policies enabled for the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The names of the policies enabled for the EC2 instance.

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

The names of the policies enabled for the EC2 instance.

\n@param policyNames The names of the policies enabled for the EC2 instance.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the policies enabled for the EC2 instance.

\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 EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

The names of the policies enabled for the EC2 instance.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The port on which the EC2 instance is listening.

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

The names of the policies enabled for the EC2 instance.

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

The names of the policies enabled for the EC2 instance.

\n@param policyNames The names of the policies enabled for the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The names of the policies enabled for the EC2 instance.

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

The names of the policies enabled for the EC2 instance.

\n@param policyNames The names of the policies enabled for the EC2 instance.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the policies enabled for the EC2 instance.

\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 EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

The names of the policies enabled for the EC2 instance.

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

The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.

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

Contains the parameters for ConfigureHealthCheck.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The configuration information.

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

The configuration information.

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

The configuration information.

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

The configuration information.

\n@param healthCheck The configuration information.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**

The configuration information.

\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

The configuration information.

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

The configuration information.

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

The configuration information.

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

The configuration information.

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

The configuration information.

\n@param healthCheck The configuration information.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "varargSetterDocumentation" : "/**

The configuration information.

\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

The configuration information.

", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "HealthCheck" ], "shapeName" : "ConfigureHealthCheckRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConfigureHealthCheckRequest", "variableName" : "configureHealthCheckRequest", "variableType" : "ConfigureHealthCheckRequest", "documentation" : null, "simpleType" : "ConfigureHealthCheckRequest", "variableSetterType" : "ConfigureHealthCheckRequest" }, "wrapper" : false }, "ConfigureHealthCheckResult" : { "c2jName" : "ConfigureHealthCheckOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of ConfigureHealthCheck.

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

The updated health check.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The updated health check.

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

The updated health check.

\n@param healthCheck The updated health check.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

The updated health check.

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

The updated health check.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The updated health check.

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

The updated health check.

\n@param healthCheck The updated health check.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

The updated health check.

", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ConfigureHealthCheckResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ConfigureHealthCheckResult" }, "variable" : { "variableDeclarationType" : "ConfigureHealthCheckResult", "variableName" : "configureHealthCheckResult", "variableType" : "ConfigureHealthCheckResult", "documentation" : null, "simpleType" : "ConfigureHealthCheckResult", "variableSetterType" : "ConfigureHealthCheckResult" }, "wrapper" : false }, "ConnectionDraining" : { "c2jName" : "ConnectionDraining", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about the ConnectionDraining attribute.

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

Specifies whether connection draining is enabled for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies whether connection draining is enabled for the load balancer.

\n@return Specifies whether connection draining is enabled for the load balancer.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Specifies whether connection draining is enabled for the load balancer.

\n@param enabled Specifies whether connection draining is enabled for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether connection draining is enabled for the load balancer.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "ConnectionDrainingTimeout", "deprecated" : false, "documentation" : "

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

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

Specifies whether connection draining is enabled for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies whether connection draining is enabled for the load balancer.

\n@return Specifies whether connection draining is enabled for the load balancer.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Specifies whether connection draining is enabled for the load balancer.

\n@param enabled Specifies whether connection draining is enabled for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether connection draining is enabled for the load balancer.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "ConnectionDrainingTimeout", "deprecated" : false, "documentation" : "

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Enabled" ], "shapeName" : "ConnectionDraining", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConnectionDraining", "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "documentation" : null, "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "wrapper" : false }, "ConnectionSettings" : { "c2jName" : "ConnectionSettings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about the ConnectionSettings attribute.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IdleTimeout", "c2jShape" : "IdleTimeout", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IdleTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdleTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IdleTimeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "idleTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "idleTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IdleTimeout" : { "c2jName" : "IdleTimeout", "c2jShape" : "IdleTimeout", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IdleTimeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdleTimeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IdleTimeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "idleTimeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "idleTimeout", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "IdleTimeout" ], "shapeName" : "ConnectionSettings", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConnectionSettings", "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "documentation" : null, "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "wrapper" : false }, "CreateAppCookieStickinessPolicyRequest" : { "c2jName" : "CreateAppCookieStickinessPolicyInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateAppCookieStickinessPolicy.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CookieName", "c2jShape" : "CookieName", "deprecated" : false, "documentation" : "

The name of the application cookie used for stickiness.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the application cookie used for stickiness.

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

The name of the application cookie used for stickiness.

\n@param cookieName The name of the application cookie used for stickiness.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "

The name of the application cookie used for stickiness.

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

The name of the application cookie used for stickiness.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the application cookie used for stickiness.

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

The name of the application cookie used for stickiness.

\n@param cookieName The name of the application cookie used for stickiness.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cookieName", "variableType" : "String", "documentation" : "

The name of the application cookie used for stickiness.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "PolicyName", "CookieName" ], "shapeName" : "CreateAppCookieStickinessPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest", "variableName" : "createAppCookieStickinessPolicyRequest", "variableType" : "CreateAppCookieStickinessPolicyRequest", "documentation" : null, "simpleType" : "CreateAppCookieStickinessPolicyRequest", "variableSetterType" : "CreateAppCookieStickinessPolicyRequest" }, "wrapper" : false }, "CreateAppCookieStickinessPolicyResult" : { "c2jName" : "CreateAppCookieStickinessPolicyOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for CreateAppCookieStickinessPolicy.

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

Contains the parameters for CreateLBCookieStickinessPolicy.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "deprecated" : false, "documentation" : "

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

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

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CookieExpirationPeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CookieExpirationPeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CookieExpirationPeriod", "setterDocumentation" : "/**

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "documentation" : "

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

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

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

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

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CookieExpirationPeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CookieExpirationPeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CookieExpirationPeriod", "setterDocumentation" : "/**

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last 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 default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "documentation" : "

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "PolicyName" ], "shapeName" : "CreateLBCookieStickinessPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest", "variableName" : "createLBCookieStickinessPolicyRequest", "variableType" : "CreateLBCookieStickinessPolicyRequest", "documentation" : null, "simpleType" : "CreateLBCookieStickinessPolicyRequest", "variableSetterType" : "CreateLBCookieStickinessPolicyRequest" }, "wrapper" : false }, "CreateLBCookieStickinessPolicyResult" : { "c2jName" : "CreateLBCookieStickinessPolicyOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for CreateLBCookieStickinessPolicy.

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

Contains the parameters for CreateLoadBalancerListeners.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The listeners.

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

The listeners.

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

The listeners.

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

The listeners.

\n@param listeners The listeners.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

The listeners.

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

The listeners.

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

The listeners.

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

The listeners.

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

The listeners.

\n@param listeners The listeners.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

The listeners.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "Listeners" ], "shapeName" : "CreateLoadBalancerListenersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLoadBalancerListenersRequest", "variableName" : "createLoadBalancerListenersRequest", "variableType" : "CreateLoadBalancerListenersRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerListenersRequest", "variableSetterType" : "CreateLoadBalancerListenersRequest" }, "wrapper" : false }, "CreateLoadBalancerListenersResult" : { "c2jName" : "CreateLoadBalancerListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for CreateLoadBalancerListener.

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

Contains the parameters for CreateLoadBalancerPolicy.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "deprecated" : false, "documentation" : "

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyTypeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyTypeName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

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

The policy attributes.

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

The policy attributes.

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

The policy attributes.

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

The policy attributes.

\n@param policyAttributes The policy attributes.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The policy attributes.

\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 policy attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributes", "variableType" : "java.util.List", "documentation" : "

The policy attributes.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The policy attributes.

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

The policy attributes.

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

The policy attributes.

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

The policy attributes.

\n@param policyAttributes The policy attributes.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The policy attributes.

\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 policy attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributes", "variableType" : "java.util.List", "documentation" : "

The policy attributes.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "PolicyTypeName" : { "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "deprecated" : false, "documentation" : "

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyTypeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyTypeName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "PolicyName", "PolicyTypeName" ], "shapeName" : "CreateLoadBalancerPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLoadBalancerPolicyRequest", "variableName" : "createLoadBalancerPolicyRequest", "variableType" : "CreateLoadBalancerPolicyRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerPolicyRequest", "variableSetterType" : "CreateLoadBalancerPolicyRequest" }, "wrapper" : false }, "CreateLoadBalancerPolicyResult" : { "c2jName" : "CreateLoadBalancerPolicyOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of CreateLoadBalancerPolicy.

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

Contains the parameters for CreateLoadBalancer.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "CreateLoadBalancer", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

The name of the load balancer.

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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

The listeners.

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

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

The listeners.

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

\n@param listeners The listeners.

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

The listeners.

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

\n@return The listeners.

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

The listeners.

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

\n@param listeners The listeners.

For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The listeners.

For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers 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 Classic Load Balancer in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

The listeners.

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

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

One or more Availability Zones from the same region as the load balancer.

You must specify at least one Availability Zone.

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

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

One or more Availability Zones from the same region as the load balancer.

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.

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.*/", "getterDocumentation" : "/**

One or more Availability Zones from the same region as the load balancer.

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.

You must specify at least one Availability Zone.

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

One or more Availability Zones from the same region as the load balancer.

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.

You must specify at least one Availability Zone.

You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more Availability Zones from the same region as the load balancer.

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.

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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

One or more Availability Zones from the same region as the load balancer.

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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Subnets", "c2jShape" : "Subnets", "deprecated" : false, "documentation" : "

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

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

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

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

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

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

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

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

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

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

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

\n

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

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

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "deprecated" : false, "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

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

", "enumType" : null, "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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.*/", "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a load balancer with a DNS name that resolves to private IP addresses.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

The 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a load balancer with a DNS name that resolves to private IP addresses.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

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

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

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

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

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers 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 Tag Your Classic Load Balancer in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

One or more Availability Zones from the same region as the load balancer.

You must specify at least one Availability Zone.

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

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

One or more Availability Zones from the same region as the load balancer.

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.

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.*/", "getterDocumentation" : "/**

One or more Availability Zones from the same region as the load balancer.

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.

You must specify at least one Availability Zone.

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

One or more Availability Zones from the same region as the load balancer.

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.

You must specify at least one Availability Zone.

You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more Availability Zones from the same region as the load balancer.

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.

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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

One or more Availability Zones from the same region as the load balancer.

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" }, "xmlNameSpaceUri" : null }, "Listeners" : { "c2jName" : "Listeners", "c2jShape" : "Listeners", "deprecated" : false, "documentation" : "

The listeners.

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

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

The listeners.

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

\n@param listeners The listeners.

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

The listeners.

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

\n@return The listeners.

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

The listeners.

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

\n@param listeners The listeners.

For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The listeners.

For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers 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 Classic Load Balancer in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

The listeners.

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

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

The name of the load balancer.

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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Scheme" : { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "deprecated" : false, "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

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

", "enumType" : null, "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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.*/", "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a load balancer with a DNS name that resolves to private IP addresses.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

The 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a load balancer with a DNS name that resolves to private IP addresses.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

Specify internal to create a 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "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 DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide.

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

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

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

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

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

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

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

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

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

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

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

\n

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

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

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

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

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

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

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

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

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers 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 Tag Your Classic Load Balancer in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

A list of tags to assign to the load balancer.

For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

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

Contains the output for CreateLoadBalancer.

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

The DNS name of the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The DNS name of the load balancer.

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

The DNS name of the load balancer.

\n@param dNSName The DNS name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

The DNS name of the load balancer.

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

The DNS name of the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The DNS name of the load balancer.

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

The DNS name of the load balancer.

\n@param dNSName The DNS name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

The DNS name of the load balancer.

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

Information about the CrossZoneLoadBalancing attribute.

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

Specifies whether cross-zone load balancing is enabled for the load balancer.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether cross-zone load balancing is enabled for the load balancer.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "CrossZoneLoadBalancingEnabled", "deprecated" : false, "documentation" : "

Specifies whether cross-zone load balancing is enabled for the load balancer.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether cross-zone load balancing is enabled for the load balancer.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : [ "Enabled" ], "shapeName" : "CrossZoneLoadBalancing", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CrossZoneLoadBalancing", "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "documentation" : null, "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "wrapper" : false }, "DeleteLoadBalancerListenersRequest" : { "c2jName" : "DeleteLoadBalancerListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeleteLoadBalancerListeners.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The client port numbers of the listeners.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The client port numbers of the listeners.

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

The client port numbers of the listeners.

\n@param loadBalancerPorts The client port numbers of the listeners.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerPorts", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerPorts", "variableType" : "java.util.List", "documentation" : "

The client port numbers of the listeners.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The client port numbers of the listeners.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The client port numbers of the listeners.

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

The client port numbers of the listeners.

\n@param loadBalancerPorts The client port numbers of the listeners.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerPorts", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerPorts", "variableType" : "java.util.List", "documentation" : "

The client port numbers of the listeners.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "LoadBalancerPorts" ], "shapeName" : "DeleteLoadBalancerListenersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerListenersRequest", "variableName" : "deleteLoadBalancerListenersRequest", "variableType" : "DeleteLoadBalancerListenersRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerListenersRequest", "variableSetterType" : "DeleteLoadBalancerListenersRequest" }, "wrapper" : false }, "DeleteLoadBalancerListenersResult" : { "c2jName" : "DeleteLoadBalancerListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DeleteLoadBalancerListeners.

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

Contains the parameters for DeleteLoadBalancerPolicy.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the policy.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the policy.

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

The name of the policy.

\n@param policyName The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

The name of the policy.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the policy.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the policy.

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

The name of the policy.

\n@param policyName The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "PolicyName" ], "shapeName" : "DeleteLoadBalancerPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerPolicyRequest", "variableName" : "deleteLoadBalancerPolicyRequest", "variableType" : "DeleteLoadBalancerPolicyRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerPolicyRequest", "variableSetterType" : "DeleteLoadBalancerPolicyRequest" }, "wrapper" : false }, "DeleteLoadBalancerPolicyResult" : { "c2jName" : "DeleteLoadBalancerPolicyOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DeleteLoadBalancerPolicy.

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

Contains the parameters for DeleteLoadBalancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName" ], "shapeName" : "DeleteLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerRequest", "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "wrapper" : false }, "DeleteLoadBalancerResult" : { "c2jName" : "DeleteAccessPointOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DeleteLoadBalancer.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteLoadBalancerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteLoadBalancerResult" }, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerResult", "variableName" : "deleteLoadBalancerResult", "variableType" : "DeleteLoadBalancerResult", "documentation" : null, "simpleType" : "DeleteLoadBalancerResult", "variableSetterType" : "DeleteLoadBalancerResult" }, "wrapper" : false }, "DependencyThrottleException" : { "c2jName" : "DependencyThrottleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "DependencyThrottle", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DependencyThrottleException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DependencyThrottleException", "variableName" : "dependencyThrottleException", "variableType" : "DependencyThrottleException", "documentation" : null, "simpleType" : "DependencyThrottleException", "variableSetterType" : "DependencyThrottleException" }, "wrapper" : false }, "DeregisterInstancesFromLoadBalancerRequest" : { "c2jName" : "DeregisterEndPointsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DeregisterInstancesFromLoadBalancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The IDs of the instances.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the instances.

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

The IDs of the instances.

\n@param instances The IDs of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The IDs of the instances.

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

The IDs of the instances.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the instances.

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

The IDs of the instances.

\n@param instances The IDs of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The IDs of the instances.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "Instances" ], "shapeName" : "DeregisterInstancesFromLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest", "variableName" : "deregisterInstancesFromLoadBalancerRequest", "variableType" : "DeregisterInstancesFromLoadBalancerRequest", "documentation" : null, "simpleType" : "DeregisterInstancesFromLoadBalancerRequest", "variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest" }, "wrapper" : false }, "DeregisterInstancesFromLoadBalancerResult" : { "c2jName" : "DeregisterEndPointsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DeregisterInstancesFromLoadBalancer.

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

The remaining instances registered with the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The remaining instances registered with the load balancer.

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

The remaining instances registered with the load balancer.

\n@param instances The remaining instances registered with the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The remaining instances registered with the load balancer.

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

The remaining instances registered with the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The remaining instances registered with the load balancer.

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

The remaining instances registered with the load balancer.

\n@param instances The remaining instances registered with the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The remaining instances registered with the load balancer.

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

Contains the parameters for DescribeInstanceHealth.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The IDs of the instances.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the instances.

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

The IDs of the instances.

\n@param instances The IDs of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The IDs of the instances.

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

The IDs of the instances.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the instances.

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

The IDs of the instances.

\n@param instances The IDs of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

The IDs of the instances.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName" ], "shapeName" : "DescribeInstanceHealthRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeInstanceHealthRequest", "variableName" : "describeInstanceHealthRequest", "variableType" : "DescribeInstanceHealthRequest", "documentation" : null, "simpleType" : "DescribeInstanceHealthRequest", "variableSetterType" : "DescribeInstanceHealthRequest" }, "wrapper" : false }, "DescribeInstanceHealthResult" : { "c2jName" : "DescribeEndPointStateOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for DescribeInstanceHealth.

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

Information about the health of the instances.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the health of the instances.

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

Information about the health of the instances.

\n@param instanceStates Information about the health of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceStates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceStates", "variableType" : "java.util.List", "documentation" : "

Information about the health of the instances.

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

Information about the health of the instances.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the health of the instances.

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

Information about the health of the instances.

\n@param instanceStates Information about the health of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceStates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instanceStates", "variableType" : "java.util.List", "documentation" : "

Information about the health of the instances.

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

Contains the parameters for DescribeLoadBalancerAttributes.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName" ], "shapeName" : "DescribeLoadBalancerAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "wrapper" : false }, "DescribeLoadBalancerAttributesResult" : { "c2jName" : "DescribeLoadBalancerAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLoadBalancerAttributes.

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

Information about the load balancer attributes.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the load balancer attributes.

\n@return Information about the load balancer attributes.*/", "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerAttributes", "setterDocumentation" : "/**

Information about the load balancer attributes.

\n@param loadBalancerAttributes Information about the load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "

Information about the load balancer attributes.

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

Information about the load balancer attributes.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the load balancer attributes.

\n@return Information about the load balancer attributes.*/", "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerAttributes", "setterDocumentation" : "/**

Information about the load balancer attributes.

\n@param loadBalancerAttributes Information about the load balancer attributes.*/", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "

Information about the load balancer attributes.

", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancerAttributesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancerAttributesResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesResult", "variableName" : "describeLoadBalancerAttributesResult", "variableType" : "DescribeLoadBalancerAttributesResult", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesResult", "variableSetterType" : "DescribeLoadBalancerAttributesResult" }, "wrapper" : false }, "DescribeLoadBalancerPoliciesRequest" : { "c2jName" : "DescribeLoadBalancerPoliciesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLoadBalancerPolicies.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The names of the policies.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the policies.

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

The names of the policies.

\n@param policyNames The names of the policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

The names of the policies.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The names of the policies.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the policies.

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

The names of the policies.

\n@param policyNames The names of the policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

The names of the policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancerPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest", "variableName" : "describeLoadBalancerPoliciesRequest", "variableType" : "DescribeLoadBalancerPoliciesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerPoliciesRequest", "variableSetterType" : "DescribeLoadBalancerPoliciesRequest" }, "wrapper" : false }, "DescribeLoadBalancerPoliciesResult" : { "c2jName" : "DescribeLoadBalancerPoliciesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DescribeLoadBalancerPolicies.

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

Information about the policies.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the policies.

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

Information about the policies.

\n@param policyDescriptions Information about the policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyDescriptions", "variableType" : "java.util.List", "documentation" : "

Information about the policies.

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

Information about the policies.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the policies.

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

Information about the policies.

\n@param policyDescriptions Information about the policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyDescriptions", "variableType" : "java.util.List", "documentation" : "

Information about the policies.

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

Contains the parameters for DescribeLoadBalancerPolicyTypes.

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

The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

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

The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

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

Contains the output of DescribeLoadBalancerPolicyTypes.

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

Information about the policy types.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the policy types.

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

Information about the policy types.

\n@param policyTypeDescriptions Information about the policy types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyTypeDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyTypeDescriptions", "variableType" : "java.util.List", "documentation" : "

Information about the policy types.

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

Information about the policy types.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the policy types.

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

Information about the policy types.

\n@param policyTypeDescriptions Information about the policy types.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyTypeDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyTypeDescriptions", "variableType" : "java.util.List", "documentation" : "

Information about the policy types.

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

Contains the parameters for DescribeLoadBalancers.

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

The names of the load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the load balancers.

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

The names of the load balancers.

\n@param loadBalancerNames The names of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the load balancers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

The names of the load balancers.

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

The marker for the next set of results. (You received this marker from a previous call.)

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

The marker for the next set of results. (You received this marker from a previous call.)

\n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The marker for the next set of results. (You received this marker from a previous call.)

\n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

The marker for the next set of results. (You received this marker from a previous call.)

\n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The marker for the next set of results. (You received this marker from a previous call.)

\n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

The marker for the next set of results. (You received this marker from a previous call.)

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

The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

The maximum number of results to return with this call (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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of results to return with this call (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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerNames" : { "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "deprecated" : false, "documentation" : "

The names of the load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the load balancers.

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

The names of the load balancers.

\n@param loadBalancerNames The names of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the load balancers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

The names of the load balancers.

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

The marker for the next set of results. (You received this marker from a previous call.)

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

The marker for the next set of results. (You received this marker from a previous call.)

\n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The marker for the next set of results. (You received this marker from a previous call.)

\n@return The marker for the next set of results. (You received this marker from a previous call.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

The marker for the next set of results. (You received this marker from a previous call.)

\n@param marker The marker for the next set of results. (You received this marker from a previous call.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The marker for the next set of results. (You received this marker from a previous call.)

\n@param marker The marker for the next set of results. (You received this marker from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

The marker for the next set of results. (You received this marker from a previous call.)

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

The maximum number of results to return with this call (a number from 1 to 400). The default is 400.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PageSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PageSize", "setterDocumentation" : "/**

The maximum number of results to return with this call (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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of results to return with this call (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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeLoadBalancersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "wrapper" : false }, "DescribeLoadBalancersResult" : { "c2jName" : "DescribeAccessPointsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLoadBalancers.

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

Information about the load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the load balancers.

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

Information about the load balancers.

\n@param loadBalancerDescriptions Information about the load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the load balancers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerDescriptions", "variableType" : "java.util.List", "documentation" : "

Information about the load balancers.

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

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

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

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

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

Information about the load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Information about the load balancers.

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

Information about the load balancers.

\n@param loadBalancerDescriptions Information about the load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the load balancers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerDescriptions", "variableType" : "java.util.List", "documentation" : "

Information about the load balancers.

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

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

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

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@return The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

\n@param nextMarker The marker to use when requesting the next set of results. If there are no additional results, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

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

Contains the parameters for DescribeTags.

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

The names of the load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the load balancers.

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

The names of the load balancers.

\n@param loadBalancerNames The names of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the load balancers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

The names of the load balancers.

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

The names of the load balancers.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The names of the load balancers.

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

The names of the load balancers.

\n@param loadBalancerNames The names of the load balancers.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the load balancers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

The names of the load balancers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerNames" ], "shapeName" : "DescribeTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "wrapper" : false }, "DescribeTagsResult" : { "c2jName" : "DescribeTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for DescribeTags.

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

Information about the tags.

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

Information about the tags.

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

Information about the tags.

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

Information about the tags.

\n@param tagDescriptions Information about the tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the tags.

\n

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

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

Information about the tags.

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

Information about the tags.

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

Information about the tags.

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

Information about the tags.

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

Information about the tags.

\n@param tagDescriptions Information about the tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Information about the tags.

\n

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

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

Information about the tags.

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

Contains the parameters for DetachLoadBalancerFromSubnets.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The IDs of the subnets.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the subnets.

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

The IDs of the subnets.

\n@param subnets The IDs of the subnets.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the subnets.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The IDs of the subnets.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the subnets.

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

The IDs of the subnets.

\n@param subnets The IDs of the subnets.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the subnets.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "Subnets" ], "shapeName" : "DetachLoadBalancerFromSubnetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest", "variableName" : "detachLoadBalancerFromSubnetsRequest", "variableType" : "DetachLoadBalancerFromSubnetsRequest", "documentation" : null, "simpleType" : "DetachLoadBalancerFromSubnetsRequest", "variableSetterType" : "DetachLoadBalancerFromSubnetsRequest" }, "wrapper" : false }, "DetachLoadBalancerFromSubnetsResult" : { "c2jName" : "DetachLoadBalancerFromSubnetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of DetachLoadBalancerFromSubnets.

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

The IDs of the remaining subnets for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the remaining subnets for the load balancer.

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

The IDs of the remaining subnets for the load balancer.

\n@param subnets The IDs of the remaining subnets for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the remaining subnets for the load balancer.

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

The IDs of the remaining subnets for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The IDs of the remaining subnets for the load balancer.

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

The IDs of the remaining subnets for the load balancer.

\n@param subnets The IDs of the remaining subnets for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

The IDs of the remaining subnets for the load balancer.

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

Contains the parameters for DisableAvailabilityZonesForLoadBalancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The Availability Zones.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Availability Zones.

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

The Availability Zones.

\n@param availabilityZones The Availability Zones.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

The Availability Zones.

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

The Availability Zones.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Availability Zones.

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

The Availability Zones.

\n@param availabilityZones The Availability Zones.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

The Availability Zones.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "AvailabilityZones" ], "shapeName" : "DisableAvailabilityZonesForLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableName" : "disableAvailabilityZonesForLoadBalancerRequest", "variableType" : "DisableAvailabilityZonesForLoadBalancerRequest", "documentation" : null, "simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest" }, "wrapper" : false }, "DisableAvailabilityZonesForLoadBalancerResult" : { "c2jName" : "RemoveAvailabilityZonesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output for DisableAvailabilityZonesForLoadBalancer.

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

The remaining Availability Zones for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The remaining Availability Zones for the load balancer.

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

The remaining Availability Zones for the load balancer.

\n@param availabilityZones The remaining Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

The remaining Availability Zones for the load balancer.

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

The remaining Availability Zones for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The remaining Availability Zones for the load balancer.

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

The remaining Availability Zones for the load balancer.

\n@param availabilityZones The remaining Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

The remaining Availability Zones for the load balancer.

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

A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.

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

The specified load balancer name already exists for this account.

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

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

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

A tag key was specified more than once.

", "enums" : null, "errorCode" : "DuplicateTagKeys", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DuplicateTagKeysException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateTagKeysException", "variableName" : "duplicateTagKeysException", "variableType" : "DuplicateTagKeysException", "documentation" : null, "simpleType" : "DuplicateTagKeysException", "variableSetterType" : "DuplicateTagKeysException" }, "wrapper" : false }, "EnableAvailabilityZonesForLoadBalancerRequest" : { "c2jName" : "AddAvailabilityZonesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for EnableAvailabilityZonesForLoadBalancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The Availability Zones. These must be in the same region as the load balancer.

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

The Availability Zones. These must be in the same region as the load balancer.

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

The Availability Zones. These must be in the same region as the load balancer.

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

The Availability Zones. These must be in the same region as the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

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

The name of the load balancer.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "AvailabilityZones" ], "shapeName" : "EnableAvailabilityZonesForLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableName" : "enableAvailabilityZonesForLoadBalancerRequest", "variableType" : "EnableAvailabilityZonesForLoadBalancerRequest", "documentation" : null, "simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest", "variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest" }, "wrapper" : false }, "EnableAvailabilityZonesForLoadBalancerResult" : { "c2jName" : "AddAvailabilityZonesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the output of EnableAvailabilityZonesForLoadBalancer.

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

The updated list of Availability Zones for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The updated list of Availability Zones for the load balancer.

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

The updated list of Availability Zones for the load balancer.

\n@param availabilityZones The updated list of Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

The updated list of Availability Zones for the load balancer.

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

The updated list of Availability Zones for the load balancer.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The updated list of Availability Zones for the load balancer.

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

The updated list of Availability Zones for the load balancer.

\n@param availabilityZones The updated list of Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

The updated list of Availability Zones for the load balancer.

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

Information about a health check.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Target", "c2jShape" : "HealthCheckTarget", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Target", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Interval", "c2jShape" : "HealthCheckInterval", "deprecated" : false, "documentation" : "

The approximate interval, in seconds, between health checks of an individual instance.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Interval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interval", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Interval", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "interval", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "interval", "variableType" : "Integer", "documentation" : "

The approximate interval, in seconds, between health checks of an individual instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "HealthCheckTimeout", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The amount of time, in seconds, during which no response means a failed health check.

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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UnhealthyThreshold", "c2jShape" : "UnhealthyThreshold", "deprecated" : false, "documentation" : "

The number of consecutive health check failures required before moving the instance to the Unhealthy state.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThreshold", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThreshold", "variableType" : "Integer", "documentation" : "

The number of consecutive health check failures required before moving the instance to the Unhealthy state.

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

The number of consecutive health checks successes required before moving the instance to the Healthy state.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThreshold", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThreshold", "variableType" : "Integer", "documentation" : "

The number of consecutive health checks successes required before moving the instance to the Healthy state.

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

The number of consecutive health checks successes required before moving the instance to the Healthy state.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthyThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthyThreshold", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThreshold", "variableType" : "Integer", "documentation" : "

The number of consecutive health checks successes required before moving the instance to the Healthy state.

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

The approximate interval, in seconds, between health checks of an individual instance.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Interval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interval", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Interval", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "interval", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "interval", "variableType" : "Integer", "documentation" : "

The approximate interval, in seconds, between health checks of an individual instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Target" : { "c2jName" : "Target", "c2jShape" : "HealthCheckTarget", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Target", "setterDocumentation" : "/**

The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "HealthCheckTimeout", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The amount of time, in seconds, during which no response means a failed health check.

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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "UnhealthyThreshold" : { "c2jName" : "UnhealthyThreshold", "c2jShape" : "UnhealthyThreshold", "deprecated" : false, "documentation" : "

The number of consecutive health check failures required before moving the instance to the Unhealthy state.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnhealthyThreshold", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThreshold", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UnhealthyThreshold", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThreshold", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThreshold", "variableType" : "Integer", "documentation" : "

The number of consecutive health check failures required before moving the instance to the Unhealthy state.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "Target", "Interval", "Timeout", "UnhealthyThreshold", "HealthyThreshold" ], "shapeName" : "HealthCheck", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : null, "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "wrapper" : false }, "Instance" : { "c2jName" : "Instance", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The ID of an EC2 instance.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

The instance ID.

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

Information about the state of an EC2 instance.

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

The ID of the instance.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The ID of the instance.

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

The ID of the instance.

\n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

The ID of the instance.

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

The current state of the instance.

Valid values: InService | OutOfService | Unknown

", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The current state of the instance.

Valid values: InService | OutOfService | Unknown

\n@param state The current state of the instance.

Valid values: InService | OutOfService | Unknown*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The current state of the instance.

Valid values: InService | OutOfService | Unknown

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReasonCode", "c2jShape" : "ReasonCode", "deprecated" : false, "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

", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReasonCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReasonCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReasonCode", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reasonCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reasonCode", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.

    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

      A description of the 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.

      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "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.

          ", "enumType" : null, "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.*/", "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.

            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

              A description of the 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.

              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "InstanceId" : { "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "deprecated" : false, "documentation" : "

                  The ID of the instance.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The ID of the instance.

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

                  The ID of the instance.

                  \n@param instanceId The ID of the instance.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceId", "variableType" : "String", "documentation" : "

                  The ID of the instance.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReasonCode" : { "c2jName" : "ReasonCode", "c2jShape" : "ReasonCode", "deprecated" : false, "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

                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReasonCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReasonCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReasonCode", "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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reasonCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reasonCode", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "State", "deprecated" : false, "documentation" : "

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  ", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

                  \n@param state The current state of the instance.

                  Valid values: InService | OutOfService | Unknown*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                  The current state of the instance.

                  Valid values: InService | OutOfService | Unknown

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

                  The requested configuration change is not valid.

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

                  The specified endpoint is not valid.

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

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

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

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

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

                  The specified VPC has no associated Internet gateway.

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

                  Information about a policy for duration-based session stickiness.

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

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

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

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy. 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.*/", "getterDocumentation" : "/**

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the policy. This name must be unique within the set of policies for this load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy. This name must be unique within the set of policies for this load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CookieExpirationPeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CookieExpirationPeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CookieExpirationPeriod", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CookieExpirationPeriod" : { "c2jName" : "CookieExpirationPeriod", "c2jShape" : "CookieExpirationPeriod", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CookieExpirationPeriod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CookieExpirationPeriod", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CookieExpirationPeriod", "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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "cookieExpirationPeriod", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

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

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy. 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.*/", "getterDocumentation" : "/**

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@return The name of the policy. This name must be unique within the set of policies for this load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy. This name must be unique within the set of policies for this load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

                  \n@param policyName The name of the policy. 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                  The name of the policy. This name must be unique within the set of policies for this load balancer.

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

                  Information about a listener.

                  For information about the protocols and the ports supported by Elastic Load Balancing, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.

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

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                  The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerPort", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceProtocol", "c2jShape" : "Protocol", "deprecated" : false, "documentation" : "

                  The protocol to use for routing traffic to 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.

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

                  The protocol to use for routing traffic to 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 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.*/", "getterDocumentation" : "/**

                  The protocol to use for routing traffic to 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 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceProtocol", "setterDocumentation" : "/**

                  The protocol to use for routing traffic to 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 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol to use for routing traffic to 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 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceProtocol", "variableType" : "String", "documentation" : "

                  The protocol to use for routing traffic to 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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstancePort", "c2jShape" : "InstancePort", "deprecated" : false, "documentation" : "

                  The port on which the instance is listening.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The port on which the instance is listening.

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

                  The port on which the instance is listening.

                  \n@param instancePort The port on which the instance is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "

                  The port on which the instance is listening.

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

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

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

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the server certificate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the server certificate.

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

                  The port on which the instance is listening.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The port on which the instance is listening.

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

                  The port on which the instance is listening.

                  \n@param instancePort The port on which the instance is listening.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "

                  The port on which the instance is listening.

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

                  The protocol to use for routing traffic to 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.

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

                  The protocol to use for routing traffic to 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 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.*/", "getterDocumentation" : "/**

                  The protocol to use for routing traffic to 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 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceProtocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceProtocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceProtocol", "setterDocumentation" : "/**

                  The protocol to use for routing traffic to 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 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceProtocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The protocol to use for routing traffic to 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 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceProtocol", "variableType" : "String", "documentation" : "

                  The protocol to use for routing traffic to 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" }, "xmlNameSpaceUri" : null }, "LoadBalancerPort" : { "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerPort", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Protocol" : { "c2jName" : "Protocol", "c2jShape" : "Protocol", "deprecated" : false, "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Protocol", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Protocol", "setterDocumentation" : "/**

                  The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                  The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

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

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the server certificate.

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

                  The Amazon Resource Name (ARN) of the server certificate.

                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the server certificate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the server certificate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Protocol", "LoadBalancerPort", "InstancePort" ], "shapeName" : "Listener", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "wrapper" : false }, "ListenerDescription" : { "c2jName" : "ListenerDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The policies enabled for a listener.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Listener", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listener", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Listener", "setterDocumentation" : "/**\n@param listener */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "deprecated" : false, "documentation" : "

                  The policies. If there are no policies enabled, the list is empty.

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

                  The policies. If there are no policies enabled, the list is empty.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listener" : { "c2jName" : "Listener", "c2jShape" : "Listener", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Listener", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Listener", "setterDocumentation" : "/**\n@param listener */", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param listener \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlNameSpaceUri" : null }, "PolicyNames" : { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "deprecated" : false, "documentation" : "

                  The policies. If there are no policies enabled, the list is empty.

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

                  The policies. If there are no policies enabled, the list is empty.

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

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

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

                  The specified load balancer attribute does not exist.

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

                  The attributes for a load balancer.

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

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

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

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@return If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "CrossZoneLoadBalancing", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CrossZoneLoadBalancing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CrossZoneLoadBalancing", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CrossZoneLoadBalancing", "setterDocumentation" : "/**

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "CrossZoneLoadBalancing", "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "documentation" : "", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "simple" : false, "varargSetterDocumentation" : "/**

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CrossZoneLoadBalancing", "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "documentation" : "

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  ", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccessLog", "c2jShape" : "AccessLog", "deprecated" : false, "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 Classic Load Balancers Guide.

                  ", "enumType" : null, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "AccessLog", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessLog", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessLog", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessLog", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "AccessLog", "variableName" : "accessLog", "variableType" : "AccessLog", "documentation" : "", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "simple" : false, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccessLog", "variableName" : "accessLog", "variableType" : "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 Classic Load Balancers Guide.

                  ", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConnectionDraining", "c2jShape" : "ConnectionDraining", "deprecated" : false, "documentation" : "

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.

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

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "ConnectionDraining", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionDraining", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionDraining", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionDraining", "setterDocumentation" : "/**

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "ConnectionDraining", "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "documentation" : "", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "simple" : false, "varargSetterDocumentation" : "/**

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConnectionDraining", "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "documentation" : "

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.

                  ", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConnectionSettings", "c2jShape" : "ConnectionSettings", "deprecated" : false, "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 Classic Load Balancers Guide.

                  ", "enumType" : null, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "ConnectionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionSettings", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionSettings", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "ConnectionSettings", "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "documentation" : "", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "simple" : false, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConnectionSettings", "variableName" : "connectionSettings", "variableType" : "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 Classic Load Balancers Guide.

                  ", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdditionalAttributes", "c2jShape" : "AdditionalAttributes", "deprecated" : false, "documentation" : "

                  This parameter is reserved.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  This parameter is reserved.

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

                  This parameter is reserved.

                  \n@param additionalAttributes This parameter is reserved.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "additionalAttributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "additionalAttributes", "variableType" : "java.util.List", "documentation" : "

                  This parameter is reserved.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessLog" : { "c2jName" : "AccessLog", "c2jShape" : "AccessLog", "deprecated" : false, "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 Classic Load Balancers Guide.

                  ", "enumType" : null, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "AccessLog", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessLog", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessLog", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessLog", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "AccessLog", "variableName" : "accessLog", "variableType" : "AccessLog", "documentation" : "", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "simple" : false, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccessLog", "variableName" : "accessLog", "variableType" : "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 Classic Load Balancers Guide.

                  ", "simpleType" : "AccessLog", "variableSetterType" : "AccessLog" }, "xmlNameSpaceUri" : null }, "AdditionalAttributes" : { "c2jName" : "AdditionalAttributes", "c2jShape" : "AdditionalAttributes", "deprecated" : false, "documentation" : "

                  This parameter is reserved.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  This parameter is reserved.

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

                  This parameter is reserved.

                  \n@param additionalAttributes This parameter is reserved.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "additionalAttributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "additionalAttributes", "variableType" : "java.util.List", "documentation" : "

                  This parameter is reserved.

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

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.

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

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "ConnectionDraining", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionDraining", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionDraining", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionDraining", "setterDocumentation" : "/**

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "ConnectionDraining", "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "documentation" : "", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "simple" : false, "varargSetterDocumentation" : "/**

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers 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 instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConnectionDraining", "variableName" : "connectionDraining", "variableType" : "ConnectionDraining", "documentation" : "

                  If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

                  For more information, see Configure Connection Draining in the Classic Load Balancers Guide.

                  ", "simpleType" : "ConnectionDraining", "variableSetterType" : "ConnectionDraining" }, "xmlNameSpaceUri" : null }, "ConnectionSettings" : { "c2jName" : "ConnectionSettings", "c2jShape" : "ConnectionSettings", "deprecated" : false, "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 Classic Load Balancers Guide.

                  ", "enumType" : null, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "ConnectionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionSettings", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionSettings", "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 Classic Load Balancers 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 Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "ConnectionSettings", "variableName" : "connectionSettings", "variableType" : "ConnectionSettings", "documentation" : "", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "simple" : false, "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 Classic Load Balancers 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 Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConnectionSettings", "variableName" : "connectionSettings", "variableType" : "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 Classic Load Balancers Guide.

                  ", "simpleType" : "ConnectionSettings", "variableSetterType" : "ConnectionSettings" }, "xmlNameSpaceUri" : null }, "CrossZoneLoadBalancing" : { "c2jName" : "CrossZoneLoadBalancing", "c2jShape" : "CrossZoneLoadBalancing", "deprecated" : false, "documentation" : "

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

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

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@return If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "CrossZoneLoadBalancing", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CrossZoneLoadBalancing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CrossZoneLoadBalancing", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CrossZoneLoadBalancing", "setterDocumentation" : "/**

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "CrossZoneLoadBalancing", "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "documentation" : "", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "simple" : false, "varargSetterDocumentation" : "/**

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  \n@param crossZoneLoadBalancing If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CrossZoneLoadBalancing", "variableName" : "crossZoneLoadBalancing", "variableType" : "CrossZoneLoadBalancing", "documentation" : "

                  If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

                  For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide.

                  ", "simpleType" : "CrossZoneLoadBalancing", "variableSetterType" : "CrossZoneLoadBalancing" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LoadBalancerAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : null, "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "wrapper" : false }, "LoadBalancerDescription" : { "c2jName" : "LoadBalancerDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Information about a load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The DNS name of the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The DNS name of the load balancer.

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

                  The DNS name of the load balancer.

                  \n@param dNSName The DNS name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                  The DNS name of the load balancer.

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

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

                  \n@return The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CanonicalHostedZoneName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CanonicalHostedZoneName", "setterDocumentation" : "/**

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneName", "variableType" : "String", "documentation" : "

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

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

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@return The ID of the Amazon Route 53 hosted zone for the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CanonicalHostedZoneNameID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneNameID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CanonicalHostedZoneNameID", "setterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "documentation" : "

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

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

                  The listeners for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The listeners for the load balancer.

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

                  The listeners for the load balancer.

                  \n@param listenerDescriptions The listeners for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listenerDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listenerDescriptions", "variableType" : "java.util.List", "documentation" : "

                  The listeners for the load balancer.

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

                  The policies defined for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@return The policies defined for the load balancer.*/", "getterModel" : { "returnType" : "Policies", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Policies", "setterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Policies", "variableName" : "policies", "variableType" : "Policies", "documentation" : "", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "Policies", "variableName" : "policies", "variableType" : "Policies", "documentation" : "

                  The policies defined for the load balancer.

                  ", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BackendServerDescriptions", "c2jShape" : "BackendServerDescriptions", "deprecated" : false, "documentation" : "

                  Information about your EC2 instances.

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

                  Information about your EC2 instances.

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

                  Information about your EC2 instances.

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

                  Information about your EC2 instances.

                  \n@param backendServerDescriptions Information about your EC2 instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "backendServerDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about your EC2 instances.

                  \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 your EC2 instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "backendServerDescriptions", "variableType" : "java.util.List", "documentation" : "

                  Information about your EC2 instances.

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

                  The Availability Zones for the load balancer.

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

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Availability Zones for the load balancer.

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

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n

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

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                  The Availability Zones for the load balancer.

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

                  The IDs of the subnets for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

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

                  The IDs of the subnets for the load balancer.

                  \n@param subnets The IDs of the subnets for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the subnets for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

                  \n@param vPCId The ID of the VPC for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The IDs of the instances for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

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

                  The IDs of the instances for the load balancer.

                  \n@param instances The IDs of the instances for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the instances for the load balancer.

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

                  Information about the health checks conducted on the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@return Information about the health checks conducted on the load balancer.*/", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

                  Information about the health checks conducted on the load balancer.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceSecurityGroup", "c2jShape" : "SourceSecurityGroup", "deprecated" : false, "documentation" : "

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

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

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule 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.*/", "getterDocumentation" : "/**

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@return The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.*/", "getterModel" : { "returnType" : "SourceSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceSecurityGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSecurityGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceSecurityGroup", "setterDocumentation" : "/**

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.*/", "setterModel" : { "variableDeclarationType" : "SourceSecurityGroup", "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "documentation" : "", "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule 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.*/", "variable" : { "variableDeclarationType" : "SourceSecurityGroup", "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "documentation" : "

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

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

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

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

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

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

                  The date and time the load balancer was created.

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

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@return The date and time the load balancer was created.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

                  The date and time the load balancer was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

                  The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "deprecated" : false, "documentation" : "

                  The Availability Zones for the load balancer.

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

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Availability Zones for the load balancer.

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

                  The Availability Zones for the load balancer.

                  \n@param availabilityZones The Availability Zones for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The Availability Zones for the load balancer.

                  \n

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

                  \n@param availabilityZones The Availability Zones for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                  The Availability Zones for the load balancer.

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

                  Information about your EC2 instances.

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

                  Information about your EC2 instances.

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

                  Information about your EC2 instances.

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

                  Information about your EC2 instances.

                  \n@param backendServerDescriptions Information about your EC2 instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "backendServerDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about your EC2 instances.

                  \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 your EC2 instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "backendServerDescriptions", "variableType" : "java.util.List", "documentation" : "

                  Information about your EC2 instances.

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

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

                  \n@return The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CanonicalHostedZoneName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CanonicalHostedZoneName", "setterDocumentation" : "/**

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneName", "variableType" : "String", "documentation" : "

                  The DNS name of the load balancer.

                  For more information, see Configure a Custom Domain Name in the Classic Load Balancers Guide.

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

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

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

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@return The ID of the Amazon Route 53 hosted zone for the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CanonicalHostedZoneNameID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneNameID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CanonicalHostedZoneNameID", "setterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

                  \n@param canonicalHostedZoneNameID The ID of the Amazon Route 53 hosted zone for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneNameID", "variableType" : "String", "documentation" : "

                  The ID of the Amazon Route 53 hosted zone for the load balancer.

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

                  The date and time the load balancer was created.

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

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@return The date and time the load balancer was created.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreatedTime", "setterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The date and time the load balancer was created.

                  \n@param createdTime The date and time the load balancer was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

                  The date and time the load balancer was created.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "DNSName" : { "c2jName" : "DNSName", "c2jShape" : "DNSName", "deprecated" : false, "documentation" : "

                  The DNS name of the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The DNS name of the load balancer.

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

                  The DNS name of the load balancer.

                  \n@param dNSName The DNS name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dNSName", "variableType" : "String", "documentation" : "

                  The DNS name of the load balancer.

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

                  Information about the health checks conducted on the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@return Information about the health checks conducted on the load balancer.*/", "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HealthCheck", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheck", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HealthCheck", "setterDocumentation" : "/**

                  Information about the health checks conducted on the load balancer.

                  \n@param healthCheck Information about the health checks conducted on the load balancer.*/", "setterModel" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "HealthCheck", "variableName" : "healthCheck", "variableType" : "HealthCheck", "documentation" : "

                  Information about the health checks conducted on the load balancer.

                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "xmlNameSpaceUri" : null }, "Instances" : { "c2jName" : "Instances", "c2jShape" : "Instances", "deprecated" : false, "documentation" : "

                  The IDs of the instances for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The IDs of the instances for the load balancer.

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

                  The IDs of the instances for the load balancer.

                  \n@param instances The IDs of the instances for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the instances for the load balancer.

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

                  The listeners for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The listeners for the load balancer.

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

                  The listeners for the load balancer.

                  \n@param listenerDescriptions The listeners for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listenerDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "listenerDescriptions", "variableType" : "java.util.List", "documentation" : "

                  The listeners for the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The policies defined for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@return The policies defined for the load balancer.*/", "getterModel" : { "returnType" : "Policies", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Policies", "setterDocumentation" : "/**

                  The policies defined for the load balancer.

                  \n@param policies The policies defined for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Policies", "variableName" : "policies", "variableType" : "Policies", "documentation" : "", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "Policies", "variableName" : "policies", "variableType" : "Policies", "documentation" : "

                  The policies defined for the load balancer.

                  ", "simpleType" : "Policies", "variableSetterType" : "Policies" }, "xmlNameSpaceUri" : null }, "Scheme" : { "c2jName" : "Scheme", "c2jShape" : "LoadBalancerScheme", "deprecated" : false, "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.

                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Scheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Scheme", "setterDocumentation" : "/**

                  The 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "deprecated" : false, "documentation" : "

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

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

                  The security groups for the load balancer. Valid only for load balancers in a VPC.

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

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

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

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule 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.*/", "getterDocumentation" : "/**

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@return The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.*/", "getterModel" : { "returnType" : "SourceSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceSecurityGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSecurityGroup", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceSecurityGroup", "setterDocumentation" : "/**

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.*/", "setterModel" : { "variableDeclarationType" : "SourceSecurityGroup", "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "documentation" : "", "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

                  \n@param sourceSecurityGroup The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule 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.*/", "variable" : { "variableDeclarationType" : "SourceSecurityGroup", "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "documentation" : "

                  The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.

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

                  The IDs of the subnets for the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The IDs of the subnets for the load balancer.

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

                  The IDs of the subnets for the load balancer.

                  \n@param subnets The IDs of the subnets for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the subnets for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

                  \n@param vPCId The ID of the VPC for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vPCId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the VPC for the load balancer.

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

                  The ID of the VPC for the load balancer.

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

                  The specified load balancer does not exist.

                  ", "enums" : null, "errorCode" : "LoadBalancerNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LoadBalancerNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LoadBalancerNotFoundException", "variableName" : "loadBalancerNotFoundException", "variableType" : "LoadBalancerNotFoundException", "documentation" : null, "simpleType" : "LoadBalancerNotFoundException", "variableSetterType" : "LoadBalancerNotFoundException" }, "wrapper" : false }, "ModifyLoadBalancerAttributesRequest" : { "c2jName" : "ModifyLoadBalancerAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the parameters for ModifyLoadBalancerAttributes.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The attributes of the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The attributes of the load balancer.

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

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "

                  The attributes of the load balancer.

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

                  The attributes of the load balancer.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The attributes of the load balancer.

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

                  The attributes of the load balancer.

                  \n@param loadBalancerAttributes The attributes of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "

                  The attributes of the load balancer.

                  ", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "LoadBalancerAttributes" ], "shapeName" : "ModifyLoadBalancerAttributesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "wrapper" : false }, "ModifyLoadBalancerAttributesResult" : { "c2jName" : "ModifyLoadBalancerAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the output of ModifyLoadBalancerAttributes.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerAttributes", "setterDocumentation" : "/**\n@param loadBalancerAttributes */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerAttributes" : { "c2jName" : "LoadBalancerAttributes", "c2jShape" : "LoadBalancerAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "LoadBalancerAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerAttributes", "setterDocumentation" : "/**\n@param loadBalancerAttributes */", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param loadBalancerAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LoadBalancerAttributes", "variableName" : "loadBalancerAttributes", "variableType" : "LoadBalancerAttributes", "documentation" : "", "simpleType" : "LoadBalancerAttributes", "variableSetterType" : "LoadBalancerAttributes" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The name of the load balancer.

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

                  The policies for a load balancer.

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

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

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

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "appCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "appCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

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

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

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

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lBCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lBCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

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

                  The policies other than the stickiness policies.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The policies other than the stickiness policies.

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

                  The policies other than the stickiness policies.

                  \n@param otherPolicies The policies other than the stickiness policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "otherPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "otherPolicies", "variableType" : "java.util.List", "documentation" : "

                  The policies other than the stickiness policies.

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

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

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

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

                  \n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "appCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "appCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "

                  The stickiness policies created using CreateAppCookieStickinessPolicy.

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

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

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

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

                  \n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lBCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "lBCookieStickinessPolicies", "variableType" : "java.util.List", "documentation" : "

                  The stickiness policies created using CreateLBCookieStickinessPolicy.

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

                  The policies other than the stickiness policies.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The policies other than the stickiness policies.

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

                  The policies other than the stickiness policies.

                  \n@param otherPolicies The policies other than the stickiness policies.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "otherPolicies", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "otherPolicies", "variableType" : "java.util.List", "documentation" : "

                  The policies other than the stickiness policies.

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

                  Information about a policy attribute.

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

                  The name of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                  The name of the attribute.

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

                  The value of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "

                  The value of the attribute.

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

                  The name of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                  The name of the attribute.

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

                  The value of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "

                  The value of the attribute.

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

                  Information about a policy attribute.

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

                  The name of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                  The name of the attribute.

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

                  The value of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "

                  The value of the attribute.

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

                  The name of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                  The name of the attribute.

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

                  The value of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The value of the attribute.

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

                  The value of the attribute.

                  \n@param attributeValue The value of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeValue", "variableType" : "String", "documentation" : "

                  The value of the attribute.

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

                  Information about a policy attribute type.

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

                  The name of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The name of the attribute.

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

                  The name of the attribute.

                  \n@param attributeName The name of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                  The name of the attribute.

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

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

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

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

                  \n@param attributeType The type of the attribute. For example, Boolean or Integer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "

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

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

                  A description of the attribute.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  A description of the attribute.

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

                  A description of the attribute.

                  \n@param description A description of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                  A description of the attribute.

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

                  The default value of the attribute, if applicable.

                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                  The default value of the attribute, if applicable.

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

                  The default value of the attribute, if applicable.

                  \n@param defaultValue The default value of the attribute, if applicable.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

                  The default value of the attribute, if applicable.

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

                  The cardinality of the attribute.

                  Valid values:

                  • ONE(1) : Single value required

                  • ZERO_OR_ONE(0..1) : Up to one value is allowed

                  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

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

                  The cardinality of the attribute.

                  Valid values:

                  • ONE(1) : Single value required

                  • ZERO_OR_ONE(0..1) : Up to one value is allowed

                  • 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 is allowed

                  • 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.*/", "getterDocumentation" : "/**

                    The cardinality of the attribute.

                    Valid values:

                    • ONE(1) : Single value required

                    • ZERO_OR_ONE(0..1) : Up to one value is allowed

                    • 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 is allowed

                    • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                    • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

                    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cardinality", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cardinality", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cardinality", "setterDocumentation" : "/**

                      The cardinality of the attribute.

                      Valid values:

                      • ONE(1) : Single value required

                      • ZERO_OR_ONE(0..1) : Up to one value is allowed

                      • 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 is allowed

                      • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                      • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

                      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cardinality", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                        The cardinality of the attribute.

                        Valid values:

                        • ONE(1) : Single value required

                        • ZERO_OR_ONE(0..1) : Up to one value is allowed

                        • 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 is allowed

                        • 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cardinality", "variableType" : "String", "documentation" : "

                          The cardinality of the attribute.

                          Valid values:

                          • ONE(1) : Single value required

                          • ZERO_OR_ONE(0..1) : Up to one value is allowed

                          • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                          • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

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

                          The name of the attribute.

                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                          The name of the attribute.

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

                          The name of the attribute.

                          \n@param attributeName The name of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                          The name of the attribute.

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

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

                          ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

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

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

                          The type of the attribute. For example, Boolean or Integer.

                          \n@param attributeType The type of the attribute. For example, Boolean or Integer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "

                          The type of the attribute. For example, Boolean or Integer.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Cardinality" : { "c2jName" : "Cardinality", "c2jShape" : "Cardinality", "deprecated" : false, "documentation" : "

                          The cardinality of the attribute.

                          Valid values:

                          • ONE(1) : Single value required

                          • ZERO_OR_ONE(0..1) : Up to one value is allowed

                          • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                          • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                          The cardinality of the attribute.

                          Valid values:

                          • ONE(1) : Single value required

                          • ZERO_OR_ONE(0..1) : Up to one value is allowed

                          • 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 is allowed

                          • 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.*/", "getterDocumentation" : "/**

                            The cardinality of the attribute.

                            Valid values:

                            • ONE(1) : Single value required

                            • ZERO_OR_ONE(0..1) : Up to one value is allowed

                            • 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 is allowed

                            • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                            • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

                            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Cardinality", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Cardinality", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Cardinality", "setterDocumentation" : "/**

                              The cardinality of the attribute.

                              Valid values:

                              • ONE(1) : Single value required

                              • ZERO_OR_ONE(0..1) : Up to one value is allowed

                              • 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 is allowed

                              • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                              • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

                              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cardinality", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                The cardinality of the attribute.

                                Valid values:

                                • ONE(1) : Single value required

                                • ZERO_OR_ONE(0..1) : Up to one value is allowed

                                • 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 is allowed

                                • 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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "cardinality", "variableType" : "String", "documentation" : "

                                  The cardinality of the attribute.

                                  Valid values:

                                  • ONE(1) : Single value required

                                  • ZERO_OR_ONE(0..1) : Up to one value is allowed

                                  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed

                                  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "DefaultValue", "deprecated" : false, "documentation" : "

                                  The default value of the attribute, if applicable.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The default value of the attribute, if applicable.

                                  \n@return The default value of the attribute, if applicable.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

                                  The default value of the attribute, if applicable.

                                  \n@param defaultValue The default value of the attribute, if applicable.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "

                                  The default value of the attribute, if applicable.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  A description of the attribute.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  A description of the attribute.

                                  \n@return A description of the attribute.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  A description of the attribute.

                                  \n@param description A description of the attribute.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  A description of the attribute.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PolicyAttributeTypeDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyAttributeTypeDescription", "variableName" : "policyAttributeTypeDescription", "variableType" : "PolicyAttributeTypeDescription", "documentation" : null, "simpleType" : "PolicyAttributeTypeDescription", "variableSetterType" : "PolicyAttributeTypeDescription" }, "wrapper" : false }, "PolicyDescription" : { "c2jName" : "PolicyDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about a policy.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                  The name of the policy.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the policy.

                                  \n@return The name of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                  The name of the policy.

                                  \n@param policyName The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                  The name of the policy.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "deprecated" : false, "documentation" : "

                                  The name of the policy type.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@return The name of the policy type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyTypeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyTypeName", "setterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@param policyTypeName The name of the policy type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "

                                  The name of the policy type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyAttributeDescriptions", "c2jShape" : "PolicyAttributeDescriptions", "deprecated" : false, "documentation" : "

                                  The policy attributes.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The policy attributes.

                                  \n@return The policy attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyAttributeDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyAttributeDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyAttributeDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "PolicyAttributeDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "PolicyAttributeDescription", "variableName" : "member", "variableType" : "PolicyAttributeDescription", "documentation" : "", "simpleType" : "PolicyAttributeDescription", "variableSetterType" : "PolicyAttributeDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PolicyAttributeDescription", "variableName" : "member", "variableType" : "PolicyAttributeDescription", "documentation" : "", "simpleType" : "PolicyAttributeDescription", "variableSetterType" : "PolicyAttributeDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttributeDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PolicyAttributeDescription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyAttributeDescriptions", "setterDocumentation" : "/**

                                  The policy attributes.

                                  \n@param policyAttributeDescriptions The policy attributes.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeDescriptions", "variableType" : "java.util.List", "documentation" : "

                                  The policy attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyAttributeDescriptions" : { "c2jName" : "PolicyAttributeDescriptions", "c2jShape" : "PolicyAttributeDescriptions", "deprecated" : false, "documentation" : "

                                  The policy attributes.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The policy attributes.

                                  \n@return The policy attributes.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyAttributeDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyAttributeDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyAttributeDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "PolicyAttributeDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "PolicyAttributeDescription", "variableName" : "member", "variableType" : "PolicyAttributeDescription", "documentation" : "", "simpleType" : "PolicyAttributeDescription", "variableSetterType" : "PolicyAttributeDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PolicyAttributeDescription", "variableName" : "member", "variableType" : "PolicyAttributeDescription", "documentation" : "", "simpleType" : "PolicyAttributeDescription", "variableSetterType" : "PolicyAttributeDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttributeDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PolicyAttributeDescription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyAttributeDescriptions", "setterDocumentation" : "/**

                                  The policy attributes.

                                  \n@param policyAttributeDescriptions The policy attributes.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeDescriptions", "variableType" : "java.util.List", "documentation" : "

                                  The policy attributes.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PolicyName" : { "c2jName" : "PolicyName", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                  The name of the policy.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the policy.

                                  \n@return The name of the policy.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyName", "setterDocumentation" : "/**

                                  The name of the policy.

                                  \n@param policyName The name of the policy.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                  The name of the policy.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyTypeName" : { "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "deprecated" : false, "documentation" : "

                                  The name of the policy type.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@return The name of the policy type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyTypeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyTypeName", "setterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@param policyTypeName The name of the policy type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "

                                  The name of the policy type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PolicyDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyDescription", "variableName" : "policyDescription", "variableType" : "PolicyDescription", "documentation" : null, "simpleType" : "PolicyDescription", "variableSetterType" : "PolicyDescription" }, "wrapper" : false }, "PolicyNotFoundException" : { "c2jName" : "PolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  One or more of the specified policies do not exist.

                                  ", "enums" : null, "errorCode" : "PolicyNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PolicyNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyNotFoundException", "variableName" : "policyNotFoundException", "variableType" : "PolicyNotFoundException", "documentation" : null, "simpleType" : "PolicyNotFoundException", "variableSetterType" : "PolicyNotFoundException" }, "wrapper" : false }, "PolicyTypeDescription" : { "c2jName" : "PolicyTypeDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about a policy type.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "deprecated" : false, "documentation" : "

                                  The name of the policy type.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@return The name of the policy type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyTypeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyTypeName", "setterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@param policyTypeName The name of the policy type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "

                                  The name of the policy type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  A description of the policy type.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  A description of the policy type.

                                  \n@return A description of the policy type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  A description of the policy type.

                                  \n@param description A description of the policy type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  A description of the policy type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyAttributeTypeDescriptions", "c2jShape" : "PolicyAttributeTypeDescriptions", "deprecated" : false, "documentation" : "

                                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyAttributeTypeDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyAttributeTypeDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyAttributeTypeDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "PolicyAttributeTypeDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "PolicyAttributeTypeDescription", "variableName" : "member", "variableType" : "PolicyAttributeTypeDescription", "documentation" : "", "simpleType" : "PolicyAttributeTypeDescription", "variableSetterType" : "PolicyAttributeTypeDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PolicyAttributeTypeDescription", "variableName" : "member", "variableType" : "PolicyAttributeTypeDescription", "documentation" : "", "simpleType" : "PolicyAttributeTypeDescription", "variableSetterType" : "PolicyAttributeTypeDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttributeTypeDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PolicyAttributeTypeDescription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyAttributeTypeDescriptions", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeTypeDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeTypeDescriptions", "variableType" : "java.util.List", "documentation" : "

                                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                                  A description of the policy type.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  A description of the policy type.

                                  \n@return A description of the policy type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                                  A description of the policy type.

                                  \n@param description A description of the policy type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                  A description of the policy type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyAttributeTypeDescriptions" : { "c2jName" : "PolicyAttributeTypeDescriptions", "c2jShape" : "PolicyAttributeTypeDescriptions", "deprecated" : false, "documentation" : "

                                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyAttributeTypeDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyAttributeTypeDescriptions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyAttributeTypeDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "PolicyAttributeTypeDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "PolicyAttributeTypeDescription", "variableName" : "member", "variableType" : "PolicyAttributeTypeDescription", "documentation" : "", "simpleType" : "PolicyAttributeTypeDescription", "variableSetterType" : "PolicyAttributeTypeDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PolicyAttributeTypeDescription", "variableName" : "member", "variableType" : "PolicyAttributeTypeDescription", "documentation" : "", "simpleType" : "PolicyAttributeTypeDescription", "variableSetterType" : "PolicyAttributeTypeDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyAttributeTypeDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "PolicyAttributeTypeDescription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyAttributeTypeDescriptions", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeTypeDescriptions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyAttributeTypeDescriptions", "variableType" : "java.util.List", "documentation" : "

                                  The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PolicyTypeName" : { "c2jName" : "PolicyTypeName", "c2jShape" : "PolicyTypeName", "deprecated" : false, "documentation" : "

                                  The name of the policy type.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@return The name of the policy type.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyTypeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PolicyTypeName", "setterDocumentation" : "/**

                                  The name of the policy type.

                                  \n@param policyTypeName The name of the policy type.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policyTypeName", "variableType" : "String", "documentation" : "

                                  The name of the policy type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PolicyTypeDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTypeDescription", "variableName" : "policyTypeDescription", "variableType" : "PolicyTypeDescription", "documentation" : null, "simpleType" : "PolicyTypeDescription", "variableSetterType" : "PolicyTypeDescription" }, "wrapper" : false }, "PolicyTypeNotFoundException" : { "c2jName" : "PolicyTypeNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  One or more of the specified policy types do not exist.

                                  ", "enums" : null, "errorCode" : "PolicyTypeNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PolicyTypeNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeNotFoundException", "variableName" : "policyTypeNotFoundException", "variableType" : "PolicyTypeNotFoundException", "documentation" : null, "simpleType" : "PolicyTypeNotFoundException", "variableSetterType" : "PolicyTypeNotFoundException" }, "wrapper" : false }, "RegisterInstancesWithLoadBalancerRequest" : { "c2jName" : "RegisterEndPointsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for RegisterInstancesWithLoadBalancer.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "RegisterInstancesWithLoadBalancer", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Instances", "c2jShape" : "Instances", "deprecated" : false, "documentation" : "

                                  The IDs of the instances.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The IDs of the instances.

                                  \n@return The IDs of the instances.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Instances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Instances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Instance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Instance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Instance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Instance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Instances", "setterDocumentation" : "/**

                                  The IDs of the instances.

                                  \n@param instances The IDs of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

                                  The IDs of the instances.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Instances" : { "c2jName" : "Instances", "c2jShape" : "Instances", "deprecated" : false, "documentation" : "

                                  The IDs of the instances.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The IDs of the instances.

                                  \n@return The IDs of the instances.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Instances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Instances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Instance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Instance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Instance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Instance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Instances", "setterDocumentation" : "/**

                                  The IDs of the instances.

                                  \n@param instances The IDs of the instances.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

                                  The IDs of the instances.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "Instances" ], "shapeName" : "RegisterInstancesWithLoadBalancerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest", "variableName" : "registerInstancesWithLoadBalancerRequest", "variableType" : "RegisterInstancesWithLoadBalancerRequest", "documentation" : null, "simpleType" : "RegisterInstancesWithLoadBalancerRequest", "variableSetterType" : "RegisterInstancesWithLoadBalancerRequest" }, "wrapper" : false }, "RegisterInstancesWithLoadBalancerResult" : { "c2jName" : "RegisterEndPointsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of RegisterInstancesWithLoadBalancer.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Instances", "c2jShape" : "Instances", "deprecated" : false, "documentation" : "

                                  The updated list of instances for the load balancer.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The updated list of instances for the load balancer.

                                  \n@return The updated list of instances for the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Instances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Instances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Instance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Instance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Instance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Instance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Instances", "setterDocumentation" : "/**

                                  The updated list of instances for the load balancer.

                                  \n@param instances The updated list of instances for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

                                  The updated list of instances for the load balancer.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Instances" : { "c2jName" : "Instances", "c2jShape" : "Instances", "deprecated" : false, "documentation" : "

                                  The updated list of instances for the load balancer.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The updated list of instances for the load balancer.

                                  \n@return The updated list of instances for the load balancer.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Instances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Instances", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Instance", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Instance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Instance", "variableName" : "member", "variableType" : "Instance", "documentation" : "", "simpleType" : "Instance", "variableSetterType" : "Instance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Instance", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Instance", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Instances", "setterDocumentation" : "/**

                                  The updated list of instances for the load balancer.

                                  \n@param instances The updated list of instances for the load balancer.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "instances", "variableType" : "java.util.List", "documentation" : "

                                  The updated list of instances for the load balancer.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RegisterInstancesWithLoadBalancerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "RegisterInstancesWithLoadBalancerResult" }, "variable" : { "variableDeclarationType" : "RegisterInstancesWithLoadBalancerResult", "variableName" : "registerInstancesWithLoadBalancerResult", "variableType" : "RegisterInstancesWithLoadBalancerResult", "documentation" : null, "simpleType" : "RegisterInstancesWithLoadBalancerResult", "variableSetterType" : "RegisterInstancesWithLoadBalancerResult" }, "wrapper" : false }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for RemoveTags.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "RemoveTags", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "deprecated" : false, "documentation" : "

                                  The name of the load balancer. You can specify a maximum of one load balancer name.

                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancerNames", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

                                  The name of the load balancer. You can specify a maximum of one load balancer name.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

                                  The list of tag keys to remove.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The list of tag keys to remove.

                                  \n@return The list of tag keys to remove.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKeyOnly", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TagKeyOnly", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TagKeyOnly", "variableName" : "member", "variableType" : "TagKeyOnly", "documentation" : "", "simpleType" : "TagKeyOnly", "variableSetterType" : "TagKeyOnly" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TagKeyOnly", "variableName" : "member", "variableType" : "TagKeyOnly", "documentation" : "", "simpleType" : "TagKeyOnly", "variableSetterType" : "TagKeyOnly" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagKeyOnly", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TagKeyOnly", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  The list of tag keys to remove.

                                  \n@param tags The list of tag keys to remove.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  The list of tag keys to remove.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerNames" : { "c2jName" : "LoadBalancerNames", "c2jShape" : "LoadBalancerNames", "deprecated" : false, "documentation" : "

                                  The name of the load balancer. You can specify a maximum of one load balancer name.

                                  ", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LoadBalancerNames", "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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "loadBalancerNames", "variableType" : "java.util.List", "documentation" : "

                                  The name of the load balancer. You can specify a maximum of one load balancer name.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

                                  The list of tag keys to remove.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The list of tag keys to remove.

                                  \n@return The list of tag keys to remove.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKeyOnly", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TagKeyOnly", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TagKeyOnly", "variableName" : "member", "variableType" : "TagKeyOnly", "documentation" : "", "simpleType" : "TagKeyOnly", "variableSetterType" : "TagKeyOnly" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TagKeyOnly", "variableName" : "member", "variableType" : "TagKeyOnly", "documentation" : "", "simpleType" : "TagKeyOnly", "variableSetterType" : "TagKeyOnly" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagKeyOnly", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TagKeyOnly", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  The list of tag keys to remove.

                                  \n@param tags The list of tag keys to remove.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  The list of tag keys to remove.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerNames", "Tags" ], "shapeName" : "RemoveTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "wrapper" : false }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of RemoveTags.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RemoveTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "RemoveTagsResult" }, "variable" : { "variableDeclarationType" : "RemoveTagsResult", "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "documentation" : null, "simpleType" : "RemoveTagsResult", "variableSetterType" : "RemoveTagsResult" }, "wrapper" : false }, "SetLoadBalancerListenerSSLCertificateRequest" : { "c2jName" : "SetLoadBalancerListenerSSLCertificateInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for SetLoadBalancerListenerSSLCertificate.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SetLoadBalancerListenerSSLCertificate", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "deprecated" : false, "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@return The port that uses the specified SSL certificate.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerPort", "setterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SSLCertificateId", "c2jShape" : "SSLCertificateId", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@return The Amazon Resource Name (ARN) of the SSL certificate.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SSLCertificateId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SSLCertificateId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SSLCertificateId", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the SSL certificate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LoadBalancerPort" : { "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "deprecated" : false, "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@return The port that uses the specified SSL certificate.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerPort", "setterDocumentation" : "/**

                                  The port that uses the specified SSL certificate.

                                  \n@param loadBalancerPort The port that uses the specified SSL certificate.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "

                                  The port that uses the specified SSL certificate.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SSLCertificateId" : { "c2jName" : "SSLCertificateId", "c2jShape" : "SSLCertificateId", "deprecated" : false, "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@return The Amazon Resource Name (ARN) of the SSL certificate.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SSLCertificateId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SSLCertificateId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SSLCertificateId", "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  \n@param sSLCertificateId The Amazon Resource Name (ARN) of the SSL certificate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sSLCertificateId", "variableType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the SSL certificate.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "LoadBalancerPort", "SSLCertificateId" ], "shapeName" : "SetLoadBalancerListenerSSLCertificateRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableName" : "setLoadBalancerListenerSSLCertificateRequest", "variableType" : "SetLoadBalancerListenerSSLCertificateRequest", "documentation" : null, "simpleType" : "SetLoadBalancerListenerSSLCertificateRequest", "variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest" }, "wrapper" : false }, "SetLoadBalancerListenerSSLCertificateResult" : { "c2jName" : "SetLoadBalancerListenerSSLCertificateOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of SetLoadBalancerListenerSSLCertificate.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetLoadBalancerListenerSSLCertificateResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetLoadBalancerListenerSSLCertificateResult" }, "variable" : { "variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateResult", "variableName" : "setLoadBalancerListenerSSLCertificateResult", "variableType" : "SetLoadBalancerListenerSSLCertificateResult", "documentation" : null, "simpleType" : "SetLoadBalancerListenerSSLCertificateResult", "variableSetterType" : "SetLoadBalancerListenerSSLCertificateResult" }, "wrapper" : false }, "SetLoadBalancerPoliciesForBackendServerRequest" : { "c2jName" : "SetLoadBalancerPoliciesForBackendServerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for SetLoadBalancerPoliciesForBackendServer.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SetLoadBalancerPoliciesForBackendServer", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstancePort", "c2jShape" : "EndPointPort", "deprecated" : false, "documentation" : "

                                  The port number associated with the EC2 instance.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@param instancePort The port number associated with the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@return The port number associated with the EC2 instance.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstancePort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstancePort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstancePort", "setterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@param instancePort The port number associated with the EC2 instance.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@param instancePort The port number associated with the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "

                                  The port number associated with the EC2 instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "deprecated" : false, "documentation" : "

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \n@return The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : true, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \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 EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InstancePort" : { "c2jName" : "InstancePort", "c2jShape" : "EndPointPort", "deprecated" : false, "documentation" : "

                                  The port number associated with the EC2 instance.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@param instancePort The port number associated with the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@return The port number associated with the EC2 instance.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstancePort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstancePort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstancePort", "setterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@param instancePort The port number associated with the EC2 instance.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The port number associated with the EC2 instance.

                                  \n@param instancePort The port number associated with the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "instancePort", "variableType" : "Integer", "documentation" : "

                                  The port number associated with the EC2 instance.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyNames" : { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "deprecated" : false, "documentation" : "

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \n@return The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : true, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \n@param policyNames The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  \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 EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                  The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "InstancePort", "PolicyNames" ], "shapeName" : "SetLoadBalancerPoliciesForBackendServerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableName" : "setLoadBalancerPoliciesForBackendServerRequest", "variableType" : "SetLoadBalancerPoliciesForBackendServerRequest", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest", "variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest" }, "wrapper" : false }, "SetLoadBalancerPoliciesForBackendServerResult" : { "c2jName" : "SetLoadBalancerPoliciesForBackendServerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of SetLoadBalancerPoliciesForBackendServer.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetLoadBalancerPoliciesForBackendServerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetLoadBalancerPoliciesForBackendServerResult" }, "variable" : { "variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerResult", "variableName" : "setLoadBalancerPoliciesForBackendServerResult", "variableType" : "SetLoadBalancerPoliciesForBackendServerResult", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesForBackendServerResult", "variableSetterType" : "SetLoadBalancerPoliciesForBackendServerResult" }, "wrapper" : false }, "SetLoadBalancerPoliciesOfListenerRequest" : { "c2jName" : "SetLoadBalancerPoliciesOfListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the parameters for SetLoadBalancePoliciesOfListener.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SetLoadBalancerPoliciesOfListener", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "deprecated" : false, "documentation" : "

                                  The external port of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@param loadBalancerPort The external port of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@return The external port of the load balancer.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerPort", "setterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@param loadBalancerPort The external port of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@param loadBalancerPort The external port of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "

                                  The external port of the load balancer.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "deprecated" : false, "documentation" : "

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \n@param policyNames The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \n@return The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : true, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \n@param policyNames The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \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. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LoadBalancerPort" : { "c2jName" : "LoadBalancerPort", "c2jShape" : "AccessPointPort", "deprecated" : false, "documentation" : "

                                  The external port of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@param loadBalancerPort The external port of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@return The external port of the load balancer.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerPort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerPort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerPort", "setterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@param loadBalancerPort The external port of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The external port of the load balancer.

                                  \n@param loadBalancerPort The external port of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "loadBalancerPort", "variableType" : "Integer", "documentation" : "

                                  The external port of the load balancer.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PolicyNames" : { "c2jName" : "PolicyNames", "c2jShape" : "PolicyNames", "deprecated" : false, "documentation" : "

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \n@param policyNames The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \n@return The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PolicyNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : true, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PolicyNames", "setterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \n@param policyNames The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  \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. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "policyNames", "variableType" : "java.util.List", "documentation" : "

                                  The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "LoadBalancerName", "LoadBalancerPort", "PolicyNames" ], "shapeName" : "SetLoadBalancerPoliciesOfListenerRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableName" : "setLoadBalancerPoliciesOfListenerRequest", "variableType" : "SetLoadBalancerPoliciesOfListenerRequest", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesOfListenerRequest", "variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest" }, "wrapper" : false }, "SetLoadBalancerPoliciesOfListenerResult" : { "c2jName" : "SetLoadBalancerPoliciesOfListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Contains the output of SetLoadBalancePoliciesOfListener.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SetLoadBalancerPoliciesOfListenerResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetLoadBalancerPoliciesOfListenerResult" }, "variable" : { "variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerResult", "variableName" : "setLoadBalancerPoliciesOfListenerResult", "variableType" : "SetLoadBalancerPoliciesOfListenerResult", "documentation" : null, "simpleType" : "SetLoadBalancerPoliciesOfListenerResult", "variableSetterType" : "SetLoadBalancerPoliciesOfListenerResult" }, "wrapper" : false }, "SourceSecurityGroup" : { "c2jName" : "SourceSecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about a source security group.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "OwnerAlias", "c2jShape" : "SecurityGroupOwnerAlias", "deprecated" : false, "documentation" : "

                                  The owner of the security group.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The owner of the security group.

                                  \n@return The owner of the security group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OwnerAlias", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerAlias", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OwnerAlias", "setterDocumentation" : "/**

                                  The owner of the security group.

                                  \n@param ownerAlias The owner of the security group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerAlias", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerAlias", "variableType" : "String", "documentation" : "

                                  The owner of the security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GroupName", "c2jShape" : "SecurityGroupName", "deprecated" : false, "documentation" : "

                                  The name of the security group.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the security group.

                                  \n@return The name of the security group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GroupName", "setterDocumentation" : "/**

                                  The name of the security group.

                                  \n@param groupName The name of the security group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "groupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "groupName", "variableType" : "String", "documentation" : "

                                  The name of the security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GroupName" : { "c2jName" : "GroupName", "c2jShape" : "SecurityGroupName", "deprecated" : false, "documentation" : "

                                  The name of the security group.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the security group.

                                  \n@return The name of the security group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GroupName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GroupName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GroupName", "setterDocumentation" : "/**

                                  The name of the security group.

                                  \n@param groupName The name of the security group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "groupName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "groupName", "variableType" : "String", "documentation" : "

                                  The name of the security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OwnerAlias" : { "c2jName" : "OwnerAlias", "c2jShape" : "SecurityGroupOwnerAlias", "deprecated" : false, "documentation" : "

                                  The owner of the security group.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The owner of the security group.

                                  \n@return The owner of the security group.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OwnerAlias", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerAlias", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OwnerAlias", "setterDocumentation" : "/**

                                  The owner of the security group.

                                  \n@param ownerAlias The owner of the security group.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerAlias", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerAlias", "variableType" : "String", "documentation" : "

                                  The owner of the security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SourceSecurityGroup", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SourceSecurityGroup", "variableName" : "sourceSecurityGroup", "variableType" : "SourceSecurityGroup", "documentation" : null, "simpleType" : "SourceSecurityGroup", "variableSetterType" : "SourceSecurityGroup" }, "wrapper" : false }, "SubnetNotFoundException" : { "c2jName" : "SubnetNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  One or more of the specified subnets do not exist.

                                  ", "enums" : null, "errorCode" : "SubnetNotFound", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "SubnetNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetNotFoundException", "variableName" : "subnetNotFoundException", "variableType" : "SubnetNotFoundException", "documentation" : null, "simpleType" : "SubnetNotFoundException", "variableSetterType" : "SubnetNotFoundException" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Information about a tag.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                  The key of the tag.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The key of the tag.

                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The key of the tag.

                                  \n@return The key of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                  The key of the tag.

                                  \n@param key The key of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The key of the tag.

                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  The key of the tag.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                  The value of the tag.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The value of the tag.

                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The value of the tag.

                                  \n@return The value of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                  The value of the tag.

                                  \n@param value The value of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The value of the tag.

                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                  The value of the tag.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                  The key of the tag.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The key of the tag.

                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The key of the tag.

                                  \n@return The key of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                  The key of the tag.

                                  \n@param key The key of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The key of the tag.

                                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  The key of the tag.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                                  The value of the tag.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The value of the tag.

                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The value of the tag.

                                  \n@return The value of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                  The value of the tag.

                                  \n@param value The value of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The value of the tag.

                                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                  The value of the tag.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Key" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagDescription" : { "c2jName" : "TagDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The tags associated with a load balancer.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                  The tags.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The tags.

                                  \n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The tags.

                                  \n@return The tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  The tags.

                                  \n@param tags The tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  The tags.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerName" : { "c2jName" : "LoadBalancerName", "c2jShape" : "AccessPointName", "deprecated" : false, "documentation" : "

                                  The name of the load balancer.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@return The name of the load balancer.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LoadBalancerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LoadBalancerName", "setterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                  The name of the load balancer.

                                  \n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                  The name of the load balancer.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                  The tags.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  The tags.

                                  \n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                                  The tags.

                                  \n@return The tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                  The tags.

                                  \n@param tags The tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                  The tags.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TagDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "tagDescription", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "wrapper" : false }, "TagKeyOnly" : { "c2jName" : "TagKeyOnly", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The key of a tag.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                  The name of the key.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the key.

                                  \n@return The name of the key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                  The name of the key.

                                  \n@param key The name of the key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  The name of the key.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                                  The name of the key.

                                  ", "enumType" : null, "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.*/", "getterDocumentation" : "/**

                                  The name of the key.

                                  \n@return The name of the key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                  The name of the key.

                                  \n@param key The name of the key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                  The name of the key.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TagKeyOnly", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagKeyOnly", "variableName" : "tagKeyOnly", "variableType" : "TagKeyOnly", "documentation" : null, "simpleType" : "TagKeyOnly", "variableSetterType" : "TagKeyOnly" }, "wrapper" : false }, "TooManyLoadBalancersException" : { "c2jName" : "TooManyLoadBalancersException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The quota for the number of load balancers has been reached.

                                  ", "enums" : null, "errorCode" : "TooManyLoadBalancers", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyLoadBalancersException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyLoadBalancersException", "variableName" : "tooManyLoadBalancersException", "variableType" : "TooManyLoadBalancersException", "documentation" : null, "simpleType" : "TooManyLoadBalancersException", "variableSetterType" : "TooManyLoadBalancersException" }, "wrapper" : false }, "TooManyPoliciesException" : { "c2jName" : "TooManyPoliciesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The quota for the number of policies for this load balancer has been reached.

                                  ", "enums" : null, "errorCode" : "TooManyPolicies", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyPoliciesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyPoliciesException", "variableName" : "tooManyPoliciesException", "variableType" : "TooManyPoliciesException", "documentation" : null, "simpleType" : "TooManyPoliciesException", "variableSetterType" : "TooManyPoliciesException" }, "wrapper" : false }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  The quota for the number of tags that can be assigned to a load balancer has been reached.

                                  ", "enums" : null, "errorCode" : "TooManyTags", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TooManyTagsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false }, "UnsupportedProtocolException" : { "c2jName" : "UnsupportedProtocolException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "UnsupportedProtocol", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "UnsupportedProtocolException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedProtocolException", "variableName" : "unsupportedProtocolException", "variableType" : "UnsupportedProtocolException", "documentation" : null, "simpleType" : "UnsupportedProtocolException", "variableSetterType" : "UnsupportedProtocolException" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { "AddTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds two tags to the specified load balancer.", "id" : "elb-add-tags-1", "input" : { "LoadBalancerNames" : [ "my-load-balancer" ], "Tags" : [ { "Key" : "project", "Value" : "lima" }, { "Key" : "department", "Value" : "digital-media" } ] }, "output" : null, "title" : "To add tags to a load balancer" } ], "ApplySecurityGroupsToLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example associates a security group with the specified load balancer in a VPC.", "id" : "elb-apply-security-groups-to-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer", "SecurityGroups" : [ "sg-fc448899" ] }, "output" : { "SecurityGroups" : [ "sg-fc448899" ] }, "title" : "To associate a security group with a load balancer in a VPC" } ], "AttachLoadBalancerToSubnets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified subnet to the set of configured subnets for the specified load balancer.", "id" : "elb-attach-load-balancer-to-subnets-1", "input" : { "LoadBalancerName" : "my-load-balancer", "Subnets" : [ "subnet-0ecac448" ] }, "output" : { "Subnets" : [ "subnet-15aaab61", "subnet-0ecac448" ] }, "title" : "To attach subnets to a load balancer" } ], "ConfigureHealthCheck" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example specifies the health check settings used to evaluate the health of your backend EC2 instances.", "id" : "elb-configure-health-check-1", "input" : { "LoadBalancerName" : "my-load-balancer", "HealthCheck" : { "Target" : "HTTP:80/png", "Interval" : 30, "Timeout" : 3, "UnhealthyThreshold" : 2, "HealthyThreshold" : 2 } }, "output" : { "HealthCheck" : { "Target" : "HTTP:80/png", "Interval" : 30, "Timeout" : 3, "UnhealthyThreshold" : 2, "HealthyThreshold" : 2 } }, "title" : "To specify the health check settings for your backend EC2 instances" } ], "CreateAppCookieStickinessPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example generates a stickiness policy that follows the sticky session lifetimes of the application-generated cookie.", "id" : "elb-create-app-cookie-stickiness-policy-1", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyName" : "my-app-cookie-policy", "CookieName" : "my-app-cookie" }, "output" : null, "title" : "To generate a stickiness policy for your load balancer" } ], "CreateLBCookieStickinessPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example generates a stickiness policy with sticky session lifetimes controlled by the specified expiration period.", "id" : "elb-create-lb-cookie-stickiness-policy-1", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyName" : "my-duration-cookie-policy", "CookieExpirationPeriod" : 60 }, "output" : null, "title" : "To generate a duration-based stickiness policy for your load balancer" } ], "CreateLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a load balancer with an HTTP listener in a VPC.", "id" : "elb-create-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 } ], "Subnets" : [ "subnet-15aaab61" ], "SecurityGroups" : [ "sg-a61988c3" ] }, "output" : { "DNSName" : "my-load-balancer-1234567890.us-west-2.elb.amazonaws.com" }, "title" : "To create an HTTP load balancer in a VPC" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a load balancer with an HTTP listener in EC2-Classic.", "id" : "elb-create-load-balancer-2", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 } ], "AvailabilityZones" : [ "us-west-2a" ] }, "output" : { "DNSName" : "my-load-balancer-123456789.us-west-2.elb.amazonaws.com" }, "title" : "To create an HTTP load balancer in EC2-Classic" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a load balancer with an HTTPS listener in a VPC.", "id" : "elb-create-load-balancer-3", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 }, { "Protocol" : "HTTPS", "LoadBalancerPort" : 443, "InstanceProtocol" : "HTTP", "InstancePort" : 80, "SSLCertificateId" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ], "Subnets" : [ "subnet-15aaab61" ], "SecurityGroups" : [ "sg-a61988c3" ] }, "output" : { "DNSName" : "my-load-balancer-1234567890.us-west-2.elb.amazonaws.com" }, "title" : "To create an HTTPS load balancer in a VPC" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a load balancer with an HTTPS listener in EC2-Classic.", "id" : "elb-create-load-balancer-4", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 }, { "Protocol" : "HTTPS", "LoadBalancerPort" : 443, "InstanceProtocol" : "HTTP", "InstancePort" : 80, "SSLCertificateId" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ], "AvailabilityZones" : [ "us-west-2a" ] }, "output" : { "DNSName" : "my-load-balancer-123456789.us-west-2.elb.amazonaws.com" }, "title" : "To create an HTTPS load balancer in EC2-Classic" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an internal load balancer with an HTTP listener in a VPC.", "id" : "elb-create-load-balancer-5", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 } ], "Subnets" : [ "subnet-15aaab61" ], "SecurityGroups" : [ "sg-a61988c3" ], "Scheme" : "internal" }, "output" : { "DNSName" : "internal-my-load-balancer-123456789.us-west-2.elb.amazonaws.com" }, "title" : "To create an internal load balancer" } ], "CreateLoadBalancerListeners" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a listener for your load balancer at port 80 using the HTTP protocol.", "id" : "elb-create-load-balancer-listeners-1", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 } ] }, "output" : null, "title" : "To create an HTTP listener for a load balancer" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a listener for your load balancer at port 443 using the HTTPS protocol.", "id" : "elb-create-load-balancer-listeners-2", "input" : { "LoadBalancerName" : "my-load-balancer", "Listeners" : [ { "Protocol" : "HTTPS", "LoadBalancerPort" : 443, "InstanceProtocol" : "HTTP", "InstancePort" : 80, "SSLCertificateId" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ] }, "output" : null, "title" : "To create an HTTPS listener for a load balancer" } ], "CreateLoadBalancerPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a policy that enables Proxy Protocol on the specified load balancer.", "id" : "elb-create-load-balancer-policy-1", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyName" : "my-ProxyProtocol-policy", "PolicyTypeName" : "ProxyProtocolPolicyType", "PolicyAttributes" : [ { "AttributeName" : "ProxyProtocol", "AttributeValue" : "true" } ] }, "output" : null, "title" : "To create a policy that enables Proxy Protocol on a load balancer" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a public key policy.", "id" : "elb-create-load-balancer-policy-2", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyName" : "my-PublicKey-policy", "PolicyTypeName" : "PublicKeyPolicyType", "PolicyAttributes" : [ { "AttributeName" : "PublicKey", "AttributeValue" : "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwAYUjnfyEyXr1pxjhFWBpMlggUcqoi3kl+dS74kj//c6x7ROtusUaeQCTgIUkayttRDWchuqo1pHC1u+n5xxXnBBe2ejbb2WRsKIQ5rXEeixsjFpFsojpSQKkzhVGI6mJVZBJDVKSHmswnwLBdofLhzvllpovBPTHe+o4haAWvDBALJU0pkSI1FecPHcs2hwxf14zHoXy1e2k36A64nXW43wtfx5qcVSIxtCEOjnYRg7RPvybaGfQ+v6Iaxb/+7J5kEvZhTFQId+bSiJImF1FSUT1W1xwzBZPUbcUkkXDj45vC2s3Z8E+Lk7a3uZhvsQHLZnrfuWjBWGWvZ/MhZYgEXAMPLE" } ] }, "output" : null, "title" : "To create a public key policy" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a backend server authentication policy that enables authentication on your backend instance using a public key policy.", "id" : "elb-create-load-balancer-policy-3", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyName" : "my-authentication-policy", "PolicyTypeName" : "BackendServerAuthenticationPolicyType", "PolicyAttributes" : [ { "AttributeName" : "PublicKeyPolicyName", "AttributeValue" : "my-PublicKey-policy" } ] }, "output" : null, "title" : "To create a backend server authentication policy" } ], "DeleteLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified load balancer.", "id" : "elb-delete-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer" }, "output" : null, "title" : "To delete a load balancer" } ], "DeleteLoadBalancerListeners" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the listener for the specified port from the specified load balancer.", "id" : "elb-delete-load-balancer-listeners-1", "input" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerPorts" : [ 80 ] }, "output" : null, "title" : "To delete a listener from your load balancer" } ], "DeleteLoadBalancerPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified policy from the specified load balancer. The policy must not be enabled on any listener.", "id" : "elb-delete-load-balancer-policy-1", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyName" : "my-duration-cookie-policy" }, "output" : null, "title" : "To delete a policy from your load balancer" } ], "DeregisterInstancesFromLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deregisters the specified instance from the specified load balancer.", "id" : "elb-deregister-instances-from-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer", "Instances" : [ { "InstanceId" : "i-d6f6fae3" } ] }, "output" : { "Instances" : [ { "InstanceId" : "i-207d9717" }, { "InstanceId" : "i-afefb49b" } ] }, "title" : "To deregister instances from a load balancer" } ], "DescribeInstanceHealth" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the health of the instances for the specified load balancer.", "id" : "elb-describe-instance-health-1", "input" : { "LoadBalancerName" : "my-load-balancer" }, "output" : { "InstanceStates" : [ { "InstanceId" : "i-207d9717", "State" : "InService", "ReasonCode" : "N/A", "Description" : "N/A" }, { "InstanceId" : "i-afefb49b", "State" : "InService", "ReasonCode" : "N/A", "Description" : "N/A" } ] }, "title" : "To describe the health of the instances for a load balancer" } ], "DescribeLoadBalancerAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the attributes of the specified load balancer.", "id" : "elb-describe-load-balancer-attributes-1", "input" : { "LoadBalancerName" : "my-load-balancer" }, "output" : { "LoadBalancerAttributes" : { "CrossZoneLoadBalancing" : { "Enabled" : false }, "AccessLog" : { "Enabled" : false }, "ConnectionDraining" : { "Enabled" : false, "Timeout" : 300 }, "ConnectionSettings" : { "IdleTimeout" : 60 } } }, "title" : "To describe the attributes of a load balancer" } ], "DescribeLoadBalancerPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified policy associated with the specified load balancer.", "id" : "elb-describe-load-balancer-policies-1", "input" : { "LoadBalancerName" : "my-load-balancer", "PolicyNames" : [ "my-authentication-policy" ] }, "output" : { "PolicyDescriptions" : [ { "PolicyName" : "my-authentication-policy", "PolicyTypeName" : "BackendServerAuthenticationPolicyType", "PolicyAttributeDescriptions" : [ { "AttributeName" : "PublicKeyPolicyName", "AttributeValue" : "my-PublicKey-policy" } ] } ] }, "title" : "To describe a policy associated with a load balancer" } ], "DescribeLoadBalancerPolicyTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified load balancer policy type.", "id" : "elb-describe-load-balancer-policy-types-1", "input" : { "PolicyTypeNames" : [ "ProxyProtocolPolicyType" ] }, "output" : { "PolicyTypeDescriptions" : [ { "PolicyTypeName" : "ProxyProtocolPolicyType", "Description" : "Policy that controls whether to include the IP address and port of the originating request for TCP messages. This policy operates on TCP listeners only.", "PolicyAttributeTypeDescriptions" : [ { "AttributeName" : "ProxyProtocol", "AttributeType" : "Boolean", "Cardinality" : "ONE" } ] } ] }, "title" : "To describe a load balancer policy type defined by Elastic Load Balancing" } ], "DescribeLoadBalancers" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified load balancer.", "id" : "elb-describe-load-balancers-1", "input" : { "LoadBalancerNames" : [ "my-load-balancer" ] }, "output" : { "LoadBalancerDescriptions" : [ { "LoadBalancerName" : "my-load-balancer", "DNSName" : "my-load-balancer-1234567890.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneName" : "my-load-balancer-1234567890.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneNameID" : "Z3DZXE0EXAMPLE", "ListenerDescriptions" : [ { "Listener" : { "Protocol" : "HTTP", "LoadBalancerPort" : 80, "InstanceProtocol" : "HTTP", "InstancePort" : 80 }, "PolicyNames" : [ ] }, { "Listener" : { "Protocol" : "HTTPS", "LoadBalancerPort" : 443, "InstanceProtocol" : "HTTPS", "InstancePort" : 443, "SSLCertificateId" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" }, "PolicyNames" : [ "ELBSecurityPolicy-2015-03" ] } ], "Policies" : { "AppCookieStickinessPolicies" : [ ], "LBCookieStickinessPolicies" : [ { "PolicyName" : "my-duration-cookie-policy", "CookieExpirationPeriod" : 60 } ], "OtherPolicies" : [ "my-PublicKey-policy", "my-authentication-policy", "my-SSLNegotiation-policy", "my-ProxyProtocol-policy", "ELBSecurityPolicy-2015-03" ] }, "BackendServerDescriptions" : [ { "InstancePort" : 80, "PolicyNames" : [ "my-ProxyProtocol-policy" ] } ], "AvailabilityZones" : [ "us-west-2a" ], "Subnets" : [ "subnet-15aaab61" ], "VPCId" : "vpc-a01106c2", "Instances" : [ { "InstanceId" : "i-207d9717" }, { "InstanceId" : "i-afefb49b" } ], "HealthCheck" : { "Target" : "HTTP:80/png", "Interval" : 30, "Timeout" : 3, "UnhealthyThreshold" : 2, "HealthyThreshold" : 2 }, "SourceSecurityGroup" : { "OwnerAlias" : "123456789012", "GroupName" : "my-elb-sg" }, "SecurityGroups" : [ "sg-a61988c3" ], "CreatedTime" : "2015-03-19T03:24:02.650Z", "Scheme" : "internet-facing" } ] }, "title" : "To describe one of your load balancers" } ], "DescribeTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the tags for the specified load balancer.", "id" : "elb-describe-tags-1", "input" : { "LoadBalancerNames" : [ "my-load-balancer" ] }, "output" : { "TagDescriptions" : [ { "LoadBalancerName" : "my-load-balancer", "Tags" : [ { "Key" : "project", "Value" : "lima" }, { "Key" : "department", "Value" : "digital-media" } ] } ] }, "title" : "To describe the tags for a load balancer" } ], "DetachLoadBalancerFromSubnets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example detaches the specified load balancer from the specified subnet.", "id" : "elb-detach-load-balancer-from-subnets-1", "input" : { "LoadBalancerName" : "my-load-balancer", "Subnets" : [ "subnet-0ecac448" ] }, "output" : { "Subnets" : [ "subnet-15aaab61" ] }, "title" : "To detach a load balancer from a subnet" } ], "DisableAvailabilityZonesForLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example removes the specified Availability Zone from the set of Availability Zones for the specified load balancer.", "id" : "elb-disable-availability-zones-for-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer", "AvailabilityZones" : [ "us-west-2a" ] }, "output" : { "AvailabilityZones" : [ "us-west-2b" ] }, "title" : "To disable an Availability Zone for a load balancer" } ], "EnableAvailabilityZonesForLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified Availability Zone to the specified load balancer.", "id" : "elb-enable-availability-zones-for-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer", "AvailabilityZones" : [ "us-west-2b" ] }, "output" : { "AvailabilityZones" : [ "us-west-2a", "us-west-2b" ] }, "title" : "To enable an Availability Zone for a load balancer" } ], "ModifyLoadBalancerAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables cross-zone load balancing for the specified load balancer.", "id" : "elb-modify-load-balancer-attributes-1", "input" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerAttributes" : { "CrossZoneLoadBalancing" : { "Enabled" : true } } }, "output" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerAttributes" : { "CrossZoneLoadBalancing" : { "Enabled" : true } } }, "title" : "To enable cross-zone load balancing" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables connection draining for the specified load balancer.", "id" : "elb-modify-load-balancer-attributes-2", "input" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerAttributes" : { "ConnectionDraining" : { "Enabled" : true, "Timeout" : 300 } } }, "output" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerAttributes" : { "ConnectionDraining" : { "Enabled" : true, "Timeout" : 300 } } }, "title" : "To enable connection draining" } ], "RegisterInstancesWithLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example registers the specified instance with the specified load balancer.", "id" : "elb-register-instances-with-load-balancer-1", "input" : { "LoadBalancerName" : "my-load-balancer", "Instances" : [ { "InstanceId" : "i-d6f6fae3" } ] }, "output" : { "Instances" : [ { "InstanceId" : "i-d6f6fae3" }, { "InstanceId" : "i-207d9717" }, { "InstanceId" : "i-afefb49b" } ] }, "title" : "To register instances with a load balancer" } ], "RemoveTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example removes the specified tag from the specified load balancer.", "id" : "elb-remove-tags-1", "input" : { "LoadBalancerNames" : [ "my-load-balancer" ], "Tags" : [ { "Key" : "project" } ] }, "output" : null, "title" : "To remove tags from a load balancer" } ], "SetLoadBalancerListenerSSLCertificate" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example replaces the existing SSL certificate for the specified HTTPS listener.", "id" : "elb-set-load-balancer-listener-ssl-certificate-1", "input" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerPort" : 443, "SSLCertificateId" : "arn:aws:iam::123456789012:server-certificate/new-server-cert" }, "output" : null, "title" : "To update the SSL certificate for an HTTPS listener" } ], "SetLoadBalancerPoliciesForBackendServer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example replaces the policies that are currently associated with the specified port.", "id" : "elb-set-load-balancer-policies-for-backend-server-1", "input" : { "LoadBalancerName" : "my-load-balancer", "InstancePort" : 80, "PolicyNames" : [ "my-ProxyProtocol-policy" ] }, "output" : null, "title" : "To replace the policies associated with a port for a backend instance" } ], "SetLoadBalancerPoliciesOfListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example replaces the policies that are currently associated with the specified listener.", "id" : "elb-set-load-balancer-policies-of-listener-1", "input" : { "LoadBalancerName" : "my-load-balancer", "LoadBalancerPort" : 80, "PolicyNames" : [ "my-SSLNegotiation-policy" ] }, "output" : null, "title" : "To replace the policies associated with a listener" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonElasticLoadBalancingException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.elasticloadbalancing.model.AmazonElasticLoadBalancingException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy